Html Css Color HEX #9C88DE Medium Purple

📋 copy color: '#9C88DE'

red 156 ◦ green 136 ◦ blue 222

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

Shades of Medium Purple #9C88DE

Tints of Medium Purple #9C88DE

RGB

 RED value IS 156 (61.33% from 255) = 30.35%

 GREEN value IS 136 (53.52% from 255) = 26.46%

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

R = 30.35%
G = 26.46%
B = 43.19%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C88DE (or 0x9C88DE) is known color: Medium Purple. HEX triplet: 9C, 88 and DE. RGB value is (156,136,222). Sum of RGB (Red+Green+Blue) = 156+136+222=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C88DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C88DE is #637721. Grayscale: #979797. Windows color (decimal): -6518562 or 14583964. OLE color: 14583964.

HSL color Cylindrical-coordinate representation of color #9C88DE: hue angle of 253.95º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C88DE is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 136 222 -
CMYK 0.30 0.39 0 0.13
HSL 253.95º 0.57% 0.7% -
HSV(B) 253.95º 0.39% 0.87% -
XYZ 35.7 29.95 73.01 -
YUV 151.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 156 136 222 0.30 0.39 0 0.13 253.95 0.57 0.7
Hex 9C 88 DE 1E 27 0 D FE 39 46
Octal 234 210 336 36 47 0 15 376 71 106
Binary 10011100 10001000 11011110 11110 100111 0 1101 11111110 111001 1000110

Color Harmonies of #9C88DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C88DE

Black with #9C88DE

Text Example


Text Example

White with #9C88DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C88DE; }

 p { color: rgb(156,136,222); }

 H1.HeaderClassName
 {
   color: #9C88DE;
 }
 .AnyTagClassName
 {
   color: #9C88DE;
 }
</style>

background-color css

<style>
 a { background-color: #9C88DE; }

 a { background-color: rgb(156,136,222); }

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

border-color css

<style>
 span { border-color: #9C88DE; }

 span { border-color: rgb(156,136,222); }

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