Html Css Color HEX #9C87CA Cold Purple

📋 copy color: '#9C87CA'

red 156 ◦ green 135 ◦ blue 202

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

Shades of Cold Purple #9C87CA

Tints of Cold Purple #9C87CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.97%

R = 31.64%
G = 27.38%
B = 40.97%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C87CA (or 0x9C87CA) is known color: Cold Purple. HEX triplet: 9C, 87 and CA. RGB value is (156,135,202). Sum of RGB (Red+Green+Blue) = 156+135+202=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C87CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87CA is #637835. Grayscale: #949494. Windows color (decimal): -6518838 or 13272988. OLE color: 13272988.

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

Color convert

RGB 156 135 202 -
CMYK 0.23 0.33 0 0.21
HSL 258.81º 0.39% 0.66% -
HSV(B) 258.81º 0.33% 0.79% -
XYZ 33.03 28.66 59.67 -
YUV 148.92 157.96 133.05 -
System Red Green Blue C M Y K H S L
Decimal 156 135 202 0.23 0.33 0 0.21 258.81 0.39 0.66
Hex 9C 87 CA 17 21 0 15 103 27 42
Octal 234 207 312 27 41 0 25 403 47 102
Binary 10011100 10000111 11001010 10111 100001 0 10101 100000011 100111 1000010

Color Harmonies of #9C87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C87CA

Black with #9C87CA

Text Example


Text Example

White with #9C87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,135,202); }

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

background-color css

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

 a { background-color: rgb(156,135,202); }

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

border-color css

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

 span { border-color: rgb(156,135,202); }

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