Html Css Color HEX #996BDE Medium Purple

📋 copy color: '#996BDE'

red 153 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #996BDE

Tints of Medium Purple #996BDE

RGB

 RED value IS 153 (60.16% from 255) = 31.74%

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

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

R = 31.74%
G = 22.2%
B = 46.06%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#996BDE (or 0x996BDE) is known color: Medium Purple. HEX triplet: 99, 6B and DE. RGB value is (153,107,222). Sum of RGB (Red+Green+Blue) = 153+107+222=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #996BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996BDE is #669421. Grayscale: #858585. Windows color (decimal): -6722594 or 14576537. OLE color: 14576537.

HSL color Cylindrical-coordinate representation of color #996BDE: hue angle of 264º 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 #996BDE is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 107 222 -
CMYK 0.31 0.52 0 0.13
HSL 264º 0.64% 0.65% -
HSV(B) 264º 0.52% 0.87% -
XYZ 31.58 22.56 71.8 -
YUV 133.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 153 107 222 0.31 0.52 0 0.13 264 0.64 0.65
Hex 99 6B DE 1F 34 0 D 108 40 41
Octal 231 153 336 37 64 0 15 410 100 101
Binary 10011001 1101011 11011110 11111 110100 0 1101 100001000 1000000 1000001

Color Harmonies of #996BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BDE

Black with #996BDE

Text Example


Text Example

White with #996BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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