Html Css Color HEX #9C88DF Medium Purple

📋 copy color: '#9C88DF'

red 156 ◦ green 136 ◦ blue 223

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

Shades of Medium Purple #9C88DF

Tints of Medium Purple #9C88DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 30.29%
G = 26.41%
B = 43.3%

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

#9C88DF (or 0x9C88DF) is known color: Medium Purple. HEX triplet: 9C, 88 and DF. RGB value is (156,136,223). Sum of RGB (Red+Green+Blue) = 156+136+223=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C88DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C88DF is #637720. Grayscale: #979797. Windows color (decimal): -6518561 or 14649500. OLE color: 14649500.

HSL color Cylindrical-coordinate representation of color #9C88DF: hue angle of 253.79º degrees, saturation: 0.58, 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 #9C88DF is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 136 223 -
CMYK 0.30 0.39 0 0.13
HSL 253.79º 0.58% 0.7% -
HSV(B) 253.79º 0.39% 0.87% -
XYZ 35.83 30 73.71 -
YUV 151.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 156 136 223 0.30 0.39 0 0.13 253.79 0.58 0.7
Hex 9C 88 DF 1E 27 0 D FE 3A 46
Octal 234 210 337 36 47 0 15 376 72 106
Binary 10011100 10001000 11011111 11110 100111 0 1101 11111110 111010 1000110

Color Harmonies of #9C88DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C88DF

Black with #9C88DF

Text Example


Text Example

White with #9C88DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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