Html Css Color HEX #966BDE Medium Purple

📋 copy color: '#966BDE'

red 150 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #966BDE

Tints of Medium Purple #966BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

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

R = 31.32%
G = 22.34%
B = 46.35%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#966BDE (or 0x966BDE) is known color: Medium Purple. HEX triplet: 96, 6B and DE. RGB value is (150,107,222). Sum of RGB (Red+Green+Blue) = 150+107+222=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #966BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BDE is #699421. Grayscale: #848484. Windows color (decimal): -6919202 or 14576534. OLE color: 14576534.

HSL color Cylindrical-coordinate representation of color #966BDE: hue angle of 262.43º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966BDE is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 107 222 -
CMYK 0.32 0.52 0 0.13
HSL 262.43º 0.64% 0.65% -
HSV(B) 262.43º 0.52% 0.87% -
XYZ 31.02 22.27 71.77 -
YUV 132.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 150 107 222 0.32 0.52 0 0.13 262.43 0.64 0.65
Hex 96 6B DE 20 34 0 D 106 40 41
Octal 226 153 336 40 64 0 15 406 100 101
Binary 10010110 1101011 11011110 100000 110100 0 1101 100000110 1000000 1000001

Color Harmonies of #966BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966BDE

Black with #966BDE

Text Example


Text Example

White with #966BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966BDE; }

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

 H1.HeaderClassName
 {
   color: #966BDE;
 }
 .AnyTagClassName
 {
   color: #966BDE;
 }
</style>

background-color css

<style>
 a { background-color: #966BDE; }

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

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

border-color css

<style>
 span { border-color: #966BDE; }

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

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