Html Css Color HEX #996BEE Medium Purple

📋 copy color: '#996BEE'

red 153 ◦ green 107 ◦ blue 238

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

Shades of Medium Purple #996BEE

Tints of Medium Purple #996BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 30.72%
G = 21.49%
B = 47.79%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#996BEE (or 0x996BEE) is known color: Medium Purple. HEX triplet: 99, 6B and EE. RGB value is (153,107,238). Sum of RGB (Red+Green+Blue) = 153+107+238=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #996BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996BEE is #669411. Grayscale: #878787. Windows color (decimal): -6722578 or 15625113. OLE color: 15625113.

HSL color Cylindrical-coordinate representation of color #996BEE: hue angle of 261.07º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #996BEE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 107 238 -
CMYK 0.36 0.55 0 0.07
HSL 261.07º 0.79% 0.68% -
HSV(B) 261.07º 0.55% 0.93% -
XYZ 33.83 23.46 83.63 -
YUV 135.69 185.74 140.35 -
System Red Green Blue C M Y K H S L
Decimal 153 107 238 0.36 0.55 0 0.07 261.07 0.79 0.68
Hex 99 6B EE 24 37 0 7 105 4F 44
Octal 231 153 356 44 67 0 7 405 117 104
Binary 10011001 1101011 11101110 100100 110111 0 111 100000101 1001111 1000100

Color Harmonies of #996BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996BEE

Black with #996BEE

Text Example


Text Example

White with #996BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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