Html Css Color HEX #9D87CB Cold Purple

📋 copy color: '#9D87CB'

red 157 ◦ green 135 ◦ blue 203

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

Shades of Cold Purple #9D87CB

Tints of Cold Purple #9D87CB

RGB

 RED value IS 157 (61.72% from 255) = 31.72%

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 31.72%
G = 27.27%
B = 41.01%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D87CB (or 0x9D87CB) is known color: Cold Purple. HEX triplet: 9D, 87 and CB. RGB value is (157,135,203). Sum of RGB (Red+Green+Blue) = 157+135+203=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D87CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D87CB is #627834. Grayscale: #959595. Windows color (decimal): -6453301 or 13338525. OLE color: 13338525.

HSL color Cylindrical-coordinate representation of color #9D87CB: hue angle of 259.41º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D87CB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 135 203 -
CMYK 0.23 0.33 0 0.20
HSL 259.41º 0.4% 0.66% -
HSV(B) 259.41º 0.33% 0.8% -
XYZ 33.35 28.81 60.3 -
YUV 149.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 157 135 203 0.23 0.33 0 0.20 259.41 0.4 0.66
Hex 9D 87 CB 17 21 0 14 103 28 42
Octal 235 207 313 27 41 0 24 403 50 102
Binary 10011101 10000111 11001011 10111 100001 0 10100 100000011 101000 1000010

Color Harmonies of #9D87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D87CB

Black with #9D87CB

Text Example


Text Example

White with #9D87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,135,203); }

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

background-color css

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

 a { background-color: rgb(157,135,203); }

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

border-color css

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

 span { border-color: rgb(157,135,203); }

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