Html Css Color HEX #9887CE Cold Purple

📋 copy color: '#9887CE'

red 152 ◦ green 135 ◦ blue 206

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

Shades of Cold Purple #9887CE

Tints of Cold Purple #9887CE

RGB

 RED value IS 152 (59.77% from 255) = 30.83%

 GREEN value IS 135 (53.13% from 255) = 27.38%

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 30.83%
G = 27.38%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9887CE (or 0x9887CE) is known color: Cold Purple. HEX triplet: 98, 87 and CE. RGB value is (152,135,206). Sum of RGB (Red+Green+Blue) = 152+135+206=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #9887CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887CE is #677831. Grayscale: #939393. Windows color (decimal): -6780978 or 13535128. OLE color: 13535128.

HSL color Cylindrical-coordinate representation of color #9887CE: hue angle of 254.37º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9887CE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 135 206 -
CMYK 0.26 0.34 0 0.19
HSL 254.37º 0.42% 0.67% -
HSV(B) 254.37º 0.34% 0.81% -
XYZ 32.75 28.46 62.16 -
YUV 148.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 152 135 206 0.26 0.34 0 0.19 254.37 0.42 0.67
Hex 98 87 CE 1A 22 0 13 FE 2A 43
Octal 230 207 316 32 42 0 23 376 52 103
Binary 10011000 10000111 11001110 11010 100010 0 10011 11111110 101010 1000011

Color Harmonies of #9887CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9887CE

Black with #9887CE

Text Example


Text Example

White with #9887CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9887CE; }

 p { color: rgb(152,135,206); }

 H1.HeaderClassName
 {
   color: #9887CE;
 }
 .AnyTagClassName
 {
   color: #9887CE;
 }
</style>

background-color css

<style>
 a { background-color: #9887CE; }

 a { background-color: rgb(152,135,206); }

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

border-color css

<style>
 span { border-color: #9887CE; }

 span { border-color: rgb(152,135,206); }

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