Html Css Color HEX #9C8CCD Cold Purple

📋 copy color: '#9C8CCD'

red 156 ◦ green 140 ◦ blue 205

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

Shades of Cold Purple #9C8CCD

Tints of Cold Purple #9C8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

 BLUE value IS 205 (80.47% from 255) = 40.92%

R = 31.14%
G = 27.94%
B = 40.92%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C8CCD (or 0x9C8CCD) is known color: Cold Purple. HEX triplet: 9C, 8C and CD. RGB value is (156,140,205). Sum of RGB (Red+Green+Blue) = 156+140+205=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C8CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CCD is #637332. Grayscale: #979797. Windows color (decimal): -6517555 or 13470876. OLE color: 13470876.

HSL color Cylindrical-coordinate representation of color #9C8CCD: hue angle of 254.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C8CCD is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 156 140 205 -
CMYK 0.24 0.32 0 0.20
HSL 254.77º 0.39% 0.68% -
HSV(B) 254.77º 0.32% 0.8% -
XYZ 34.11 30.23 61.8 -
YUV 152.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 156 140 205 0.24 0.32 0 0.20 254.77 0.39 0.68
Hex 9C 8C CD 18 20 0 14 FF 27 44
Octal 234 214 315 30 40 0 24 377 47 104
Binary 10011100 10001100 11001101 11000 100000 0 10100 11111111 100111 1000100

Color Harmonies of #9C8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8CCD

Black with #9C8CCD

Text Example


Text Example

White with #9C8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,140,205); }

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

background-color css

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

 a { background-color: rgb(156,140,205); }

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

border-color css

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

 span { border-color: rgb(156,140,205); }

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