Html Css Color HEX #9D8DCD Cold Purple

📋 copy color: '#9D8DCD'

red 157 ◦ green 141 ◦ blue 205

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

Shades of Cold Purple #9D8DCD

Tints of Cold Purple #9D8DCD

RGB

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

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

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

R = 31.21%
G = 28.03%
B = 40.76%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D8DCD (or 0x9D8DCD) is known color: Cold Purple. HEX triplet: 9D, 8D and CD. RGB value is (157,141,205). Sum of RGB (Red+Green+Blue) = 157+141+205=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DCD is #627232. Grayscale: #989898. Windows color (decimal): -6451763 or 13471133. OLE color: 13471133.

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

Color convert

RGB 157 141 205 -
CMYK 0.23 0.31 0 0.20
HSL 255º 0.39% 0.68% -
HSV(B) 255º 0.31% 0.8% -
XYZ 34.45 30.63 61.85 -
YUV 153.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 157 141 205 0.23 0.31 0 0.20 255 0.39 0.68
Hex 9D 8D CD 17 1F 0 14 FF 27 44
Octal 235 215 315 27 37 0 24 377 47 104
Binary 10011101 10001101 11001101 10111 11111 0 10100 11111111 100111 1000100

Color Harmonies of #9D8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DCD

Black with #9D8DCD

Text Example


Text Example

White with #9D8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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