Html Css Color HEX #967ADE Medium Purple

📋 copy color: '#967ADE'

red 150 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #967ADE

Tints of Medium Purple #967ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 30.36%
G = 24.7%
B = 44.94%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#967ADE (or 0x967ADE) is known color: Medium Purple. HEX triplet: 96, 7A and DE. RGB value is (150,122,222). Sum of RGB (Red+Green+Blue) = 150+122+222=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #967ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ADE is #698521. Grayscale: #8D8D8D. Windows color (decimal): -6915362 or 14580374. OLE color: 14580374.

HSL color Cylindrical-coordinate representation of color #967ADE: hue angle of 256.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #967ADE is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 122 222 -
CMYK 0.32 0.45 0 0.13
HSL 256.8º 0.6% 0.67% -
HSV(B) 256.8º 0.45% 0.87% -
XYZ 32.72 25.68 72.34 -
YUV 141.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 150 122 222 0.32 0.45 0 0.13 256.8 0.6 0.67
Hex 96 7A DE 20 2D 0 D 101 3C 43
Octal 226 172 336 40 55 0 15 401 74 103
Binary 10010110 1111010 11011110 100000 101101 0 1101 100000001 111100 1000011

Color Harmonies of #967ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ADE

Black with #967ADE

Text Example


Text Example

White with #967ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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