Html Css Color HEX #996CEB Medium Purple

📋 copy color: '#996CEB'

red 153 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #996CEB

Tints of Medium Purple #996CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 30.85%
G = 21.77%
B = 47.38%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#996CEB (or 0x996CEB) is known color: Medium Purple. HEX triplet: 99, 6C and EB. RGB value is (153,108,235). Sum of RGB (Red+Green+Blue) = 153+108+235=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #996CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #996CEB is #669314. Grayscale: #878787. Windows color (decimal): -6722325 or 15428761. OLE color: 15428761.

HSL color Cylindrical-coordinate representation of color #996CEB: hue angle of 261.26º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996CEB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 108 235 -
CMYK 0.35 0.54 0 0.08
HSL 261.26º 0.76% 0.67% -
HSV(B) 261.26º 0.54% 0.92% -
XYZ 33.49 23.5 81.37 -
YUV 135.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 153 108 235 0.35 0.54 0 0.08 261.26 0.76 0.67
Hex 99 6C EB 23 36 0 8 105 4C 43
Octal 231 154 353 43 66 0 10 405 114 103
Binary 10011001 1101100 11101011 100011 110110 0 1000 100000101 1001100 1000011

Color Harmonies of #996CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CEB

Black with #996CEB

Text Example


Text Example

White with #996CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,108,235); }

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

background-color css

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

 a { background-color: rgb(153,108,235); }

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

border-color css

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

 span { border-color: rgb(153,108,235); }

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