Html Css Color HEX #9D8DCC Cold Purple

📋 copy color: '#9D8DCC'

red 157 ◦ green 141 ◦ blue 204

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

Shades of Cold Purple #9D8DCC

Tints of Cold Purple #9D8DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 31.27%
G = 28.09%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9D8DCC (or 0x9D8DCC) is known color: Cold Purple. HEX triplet: 9D, 8D and CC. RGB value is (157,141,204). Sum of RGB (Red+Green+Blue) = 157+141+204=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DCC is #627233. Grayscale: #989898. Windows color (decimal): -6451764 or 13405597. OLE color: 13405597.

HSL color Cylindrical-coordinate representation of color #9D8DCC: hue angle of 255.24º degrees, saturation: 0.38, 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 #9D8DCC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 157 141 204 -
CMYK 0.23 0.31 0 0.2
HSL 255.24º 0.38% 0.68% -
HSV(B) 255.24º 0.31% 0.8% -
XYZ 34.33 30.58 61.22 -
YUV 152.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 157 141 204 0.23 0.31 0 0.2 255.24 0.38 0.68
Hex 9D 8D CC 17 1F 0 14 FF 26 44
Octal 235 215 314 27 37 0 24 377 46 104
Binary 10011101 10001101 11001100 10111 11111 0 10100 11111111 100110 1000100

Color Harmonies of #9D8DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DCC

Black with #9D8DCC

Text Example


Text Example

White with #9D8DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,141,204); }

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

background-color css

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

 a { background-color: rgb(157,141,204); }

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

border-color css

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

 span { border-color: rgb(157,141,204); }

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