Html Css Color HEX #996CD8 Medium Purple

📋 copy color: '#996CD8'

red 153 ◦ green 108 ◦ blue 216

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

Shades of Medium Purple #996CD8

Tints of Medium Purple #996CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 32.08%
G = 22.64%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#996CD8 (or 0x996CD8) is known color: Medium Purple. HEX triplet: 99, 6C and D8. RGB value is (153,108,216). Sum of RGB (Red+Green+Blue) = 153+108+216=477 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.08% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #996CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #996CD8 is #669327. Grayscale: #858585. Windows color (decimal): -6722344 or 14183577. OLE color: 14183577.

HSL color Cylindrical-coordinate representation of color #996CD8: hue angle of 265º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #996CD8 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 108 216 -
CMYK 0.29 0.50 0 0.15
HSL 265º 0.58% 0.64% -
HSV(B) 265º 0.5% 0.85% -
XYZ 30.89 22.46 67.67 -
YUV 133.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 153 108 216 0.29 0.50 0 0.15 265 0.58 0.64
Hex 99 6C D8 1D 32 0 F 109 3A 40
Octal 231 154 330 35 62 0 17 411 72 100
Binary 10011001 1101100 11011000 11101 110010 0 1111 100001001 111010 1000000

Color Harmonies of #996CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996CD8

Black with #996CD8

Text Example


Text Example

White with #996CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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