Html Css Color HEX #9D82CA Cold Purple

📋 copy color: '#9D82CA'

red 157 ◦ green 130 ◦ blue 202

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

Shades of Cold Purple #9D82CA

Tints of Cold Purple #9D82CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

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

R = 32.11%
G = 26.58%
B = 41.31%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D82CA (or 0x9D82CA) is known color: Cold Purple. HEX triplet: 9D, 82 and CA. RGB value is (157,130,202). Sum of RGB (Red+Green+Blue) = 157+130+202=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D82CA is #627D35. Grayscale: #929292. Windows color (decimal): -6454582 or 13271709. OLE color: 13271709.

HSL color Cylindrical-coordinate representation of color #9D82CA: hue angle of 262.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D82CA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 130 202 -
CMYK 0.22 0.36 0 0.21
HSL 262.5º 0.4% 0.65% -
HSV(B) 262.5º 0.36% 0.79% -
XYZ 32.55 27.4 59.45 -
YUV 146.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 157 130 202 0.22 0.36 0 0.21 262.5 0.4 0.65
Hex 9D 82 CA 16 24 0 15 106 28 41
Octal 235 202 312 26 44 0 25 406 50 101
Binary 10011101 10000010 11001010 10110 100100 0 10101 100000110 101000 1000001

Color Harmonies of #9D82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D82CA

Black with #9D82CA

Text Example


Text Example

White with #9D82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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