Html Css Color HEX #9D8EB5 Cold Purple

📋 copy color: '#9D8EB5'

red 157 ◦ green 142 ◦ blue 181

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

Shades of Cold Purple #9D8EB5

Tints of Cold Purple #9D8EB5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 181 (71.09% from 255) = 37.71%

R = 32.71%
G = 29.58%
B = 37.71%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D8EB5 (or 0x9D8EB5) is known color: Cold Purple. HEX triplet: 9D, 8E and B5. RGB value is (157,142,181). Sum of RGB (Red+Green+Blue) = 157+142+181=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 181 - color contains mainly: blue. Hex color #9D8EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8EB5 is #62714A. Grayscale: #969696. Windows color (decimal): -6451531 or 11898525. OLE color: 11898525.

HSL color Cylindrical-coordinate representation of color #9D8EB5: hue angle of 263.08º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D8EB5 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 142 181 -
CMYK 0.13 0.22 0 0.29
HSL 263.08º 0.21% 0.63% -
HSV(B) 263.08º 0.22% 0.71% -
XYZ 31.92 29.85 47.8 -
YUV 150.93 144.97 132.33 -
System Red Green Blue C M Y K H S L
Decimal 157 142 181 0.13 0.22 0 0.29 263.08 0.21 0.63
Hex 9D 8E B5 D 16 0 1D 107 15 3F
Octal 235 216 265 15 26 0 35 407 25 77
Binary 10011101 10001110 10110101 1101 10110 0 11101 100000111 10101 111111

Color Harmonies of #9D8EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8EB5

Black with #9D8EB5

Text Example


Text Example

White with #9D8EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,142,181); }

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

background-color css

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

 a { background-color: rgb(157,142,181); }

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

border-color css

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

 span { border-color: rgb(157,142,181); }

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