Html Css Color HEX #9D8DCA Cold Purple

📋 copy color: '#9D8DCA'

red 157 ◦ green 141 ◦ blue 202

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

Shades of Cold Purple #9D8DCA

Tints of Cold Purple #9D8DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 31.4%
G = 28.2%
B = 40.4%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D8DCA (or 0x9D8DCA) is known color: Cold Purple. HEX triplet: 9D, 8D and CA. RGB value is (157,141,202). Sum of RGB (Red+Green+Blue) = 157+141+202=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D8DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DCA is #627235. Grayscale: #989898. Windows color (decimal): -6451766 or 13274525. OLE color: 13274525.

HSL color Cylindrical-coordinate representation of color #9D8DCA: hue angle of 255.74º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D8DCA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 141 202 -
CMYK 0.22 0.30 0 0.21
HSL 255.74º 0.37% 0.67% -
HSV(B) 255.74º 0.3% 0.79% -
XYZ 34.09 30.48 59.96 -
YUV 152.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 157 141 202 0.22 0.30 0 0.21 255.74 0.37 0.67
Hex 9D 8D CA 16 1E 0 15 100 25 43
Octal 235 215 312 26 36 0 25 400 45 103
Binary 10011101 10001101 11001010 10110 11110 0 10101 100000000 100101 1000011

Color Harmonies of #9D8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8DCA

Black with #9D8DCA

Text Example


Text Example

White with #9D8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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