Html Css Color HEX #9D81C1 Cold Purple

📋 copy color: '#9D81C1'

red 157 ◦ green 129 ◦ blue 193

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

Shades of Cold Purple #9D81C1

Tints of Cold Purple #9D81C1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.93%

 BLUE value IS 193 (75.78% from 255) = 40.29%

R = 32.78%
G = 26.93%
B = 40.29%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9D81C1 (or 0x9D81C1) is known color: Cold Purple. HEX triplet: 9D, 81 and C1. RGB value is (157,129,193). Sum of RGB (Red+Green+Blue) = 157+129+193=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D81C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D81C1 is #627E3E. Grayscale: #909090. Windows color (decimal): -6454847 or 12681629. OLE color: 12681629.

HSL color Cylindrical-coordinate representation of color #9D81C1: hue angle of 266.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D81C1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 129 193 -
CMYK 0.19 0.33 0 0.24
HSL 266.25º 0.34% 0.63% -
HSV(B) 266.25º 0.33% 0.76% -
XYZ 31.38 26.72 53.96 -
YUV 144.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 157 129 193 0.19 0.33 0 0.24 266.25 0.34 0.63
Hex 9D 81 C1 13 21 0 18 10A 22 3F
Octal 235 201 301 23 41 0 30 412 42 77
Binary 10011101 10000001 11000001 10011 100001 0 11000 100001010 100010 111111

Color Harmonies of #9D81C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D81C1

Black with #9D81C1

Text Example


Text Example

White with #9D81C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,129,193); }

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

background-color css

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

 a { background-color: rgb(157,129,193); }

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

border-color css

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

 span { border-color: rgb(157,129,193); }

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