Html Css Color HEX #967ADA Medium Purple

📋 copy color: '#967ADA'

red 150 ◦ green 122 ◦ blue 218

#967ADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #967ADA

Tints of Medium Purple #967ADA

RGB

 RED value IS 150 (58.98% from 255) = 30.61%

 GREEN value IS 122 (48.05% from 255) = 24.9%

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 30.61%
G = 24.9%
B = 44.49%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#967ADA (or 0x967ADA) is known color: Medium Purple. HEX triplet: 96, 7A and DA. RGB value is (150,122,218). Sum of RGB (Red+Green+Blue) = 150+122+218=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #967ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ADA is #698525. Grayscale: #8C8C8C. Windows color (decimal): -6915366 or 14318230. OLE color: 14318230.

HSL color Cylindrical-coordinate representation of color #967ADA: hue angle of 257.5º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #967ADA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 122 218 -
CMYK 0.31 0.44 0 0.15
HSL 257.5º 0.56% 0.67% -
HSV(B) 257.5º 0.44% 0.85% -
XYZ 32.19 25.47 69.55 -
YUV 141.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 150 122 218 0.31 0.44 0 0.15 257.5 0.56 0.67
Hex 96 7A DA 1F 2C 0 F 102 38 43
Octal 226 172 332 37 54 0 17 402 70 103
Binary 10010110 1111010 11011010 11111 101100 0 1111 100000010 111000 1000011

Color Harmonies of #967ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ADA

Black with #967ADA

Text Example


Text Example

White with #967ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967ADA; }

 p { color: rgb(150,122,218); }

 H1.HeaderClassName
 {
   color: #967ADA;
 }
 .AnyTagClassName
 {
   color: #967ADA;
 }
</style>

background-color css

<style>
 a { background-color: #967ADA; }

 a { background-color: rgb(150,122,218); }

 div.DivClassName
 {
   background-color: #967ADA;
 }
 .BgClassName
 {
   background-color: #967ADA;
 }
</style>

border-color css

<style>
 span { border-color: #967ADA; }

 span { border-color: rgb(150,122,218); }

 td.TdClassName
 {
   border-color: #967ADA;
 }
 .TagClassName
 {
   border-color: #967ADA;
 }
</style>