Html Css Color HEX #967EDE Medium Purple

📋 copy color: '#967EDE'

red 150 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #967EDE

Tints of Medium Purple #967EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.3%

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

R = 30.12%
G = 25.3%
B = 44.58%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#967EDE (or 0x967EDE) is known color: Medium Purple. HEX triplet: 96, 7E and DE. RGB value is (150,126,222). Sum of RGB (Red+Green+Blue) = 150+126+222=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #967EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967EDE is #698121. Grayscale: #8F8F8F. Windows color (decimal): -6914338 or 14581398. OLE color: 14581398.

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

Color convert

RGB 150 126 222 -
CMYK 0.32 0.43 0 0.13
HSL 255º 0.59% 0.68% -
HSV(B) 255º 0.43% 0.87% -
XYZ 33.22 26.68 72.51 -
YUV 144.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 150 126 222 0.32 0.43 0 0.13 255 0.59 0.68
Hex 96 7E DE 20 2B 0 D FF 3B 44
Octal 226 176 336 40 53 0 15 377 73 104
Binary 10010110 1111110 11011110 100000 101011 0 1101 11111111 111011 1000100

Color Harmonies of #967EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967EDE

Black with #967EDE

Text Example


Text Example

White with #967EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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