Html Css Color HEX #9C8DCD Cold Purple

📋 copy color: '#9C8DCD'

red 156 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #9C8DCD

Tints of Cold Purple #9C8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.09%

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

R = 31.08%
G = 28.09%
B = 40.84%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9C8DCD (or 0x9C8DCD) is known color: Cold Purple. HEX triplet: 9C, 8D and CD. RGB value is (156,141,205). Sum of RGB (Red+Green+Blue) = 156+141+205=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DCD is #637232. Grayscale: #989898. Windows color (decimal): -6517299 or 13471132. OLE color: 13471132.

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

Color convert

RGB 156 141 205 -
CMYK 0.24 0.31 0 0.20
HSL 254.06º 0.39% 0.68% -
HSV(B) 254.06º 0.31% 0.8% -
XYZ 34.25 30.53 61.84 -
YUV 152.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 156 141 205 0.24 0.31 0 0.20 254.06 0.39 0.68
Hex 9C 8D CD 18 1F 0 14 FE 27 44
Octal 234 215 315 30 37 0 24 376 47 104
Binary 10011100 10001101 11001101 11000 11111 0 10100 11111110 100111 1000100

Color Harmonies of #9C8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8DCD

Black with #9C8DCD

Text Example


Text Example

White with #9C8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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