Html Css Color HEX #9D8AD0 Cold Purple

📋 copy color: '#9D8AD0'

red 157 ◦ green 138 ◦ blue 208

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

Shades of Cold Purple #9D8AD0

Tints of Cold Purple #9D8AD0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.44%

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 31.21%
G = 27.44%
B = 41.35%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9D8AD0 (or 0x9D8AD0) is known color: Cold Purple. HEX triplet: 9D, 8A and D0. RGB value is (157,138,208). Sum of RGB (Red+Green+Blue) = 157+138+208=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #9D8AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8AD0 is #62752F. Grayscale: #979797. Windows color (decimal): -6452528 or 13666973. OLE color: 13666973.

HSL color Cylindrical-coordinate representation of color #9D8AD0: hue angle of 256.29º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8AD0 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 138 208 -
CMYK 0.25 0.34 0 0.18
HSL 256.29º 0.43% 0.68% -
HSV(B) 256.29º 0.34% 0.82% -
XYZ 34.38 29.9 63.63 -
YUV 151.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 157 138 208 0.25 0.34 0 0.18 256.29 0.43 0.68
Hex 9D 8A D0 19 22 0 12 100 2B 44
Octal 235 212 320 31 42 0 22 400 53 104
Binary 10011101 10001010 11010000 11001 100010 0 10010 100000000 101011 1000100

Color Harmonies of #9D8AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8AD0

Black with #9D8AD0

Text Example


Text Example

White with #9D8AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,208); }

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

background-color css

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

 a { background-color: rgb(157,138,208); }

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

border-color css

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

 span { border-color: rgb(157,138,208); }

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