Html Css Color HEX #9D8DC0 Cold Purple

📋 copy color: '#9D8DC0'

red 157 ◦ green 141 ◦ blue 192

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

Shades of Cold Purple #9D8DC0

Tints of Cold Purple #9D8DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 32.04%
G = 28.78%
B = 39.18%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9D8DC0 (or 0x9D8DC0) is known color: Cold Purple. HEX triplet: 9D, 8D and C0. RGB value is (157,141,192). Sum of RGB (Red+Green+Blue) = 157+141+192=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #9D8DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DC0 is #62723F. Grayscale: #979797. Windows color (decimal): -6451776 or 12619165. OLE color: 12619165.

HSL color Cylindrical-coordinate representation of color #9D8DC0: hue angle of 258.82º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D8DC0 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 141 192 -
CMYK 0.18 0.27 0 0.25
HSL 258.82º 0.29% 0.65% -
HSV(B) 258.82º 0.27% 0.75% -
XYZ 32.94 30.02 53.93 -
YUV 151.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 157 141 192 0.18 0.27 0 0.25 258.82 0.29 0.65
Hex 9D 8D C0 12 1B 0 19 103 1D 41
Octal 235 215 300 22 33 0 31 403 35 101
Binary 10011101 10001101 11000000 10010 11011 0 11001 100000011 11101 1000001

Color Harmonies of #9D8DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DC0

Black with #9D8DC0

Text Example


Text Example

White with #9D8DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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