Html Css Color HEX #9D93AA Cold Purple

📋 copy color: '#9D93AA'

red 157 ◦ green 147 ◦ blue 170

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

Shades of Cold Purple #9D93AA

Tints of Cold Purple #9D93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.01%

 BLUE value IS 170 (66.8% from 255) = 35.86%

R = 33.12%
G = 31.01%
B = 35.86%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D93AA (or 0x9D93AA) is known color: Cold Purple. HEX triplet: 9D, 93 and AA. RGB value is (157,147,170). Sum of RGB (Red+Green+Blue) = 157+147+170=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D93AA is #626C55. Grayscale: #989898. Windows color (decimal): -6450262 or 11178909. OLE color: 11178909.

HSL color Cylindrical-coordinate representation of color #9D93AA: hue angle of 266.09º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D93AA is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 147 170 -
CMYK 0.08 0.14 0 0.33
HSL 266.09º 0.12% 0.62% -
HSV(B) 266.09º 0.14% 0.67% -
XYZ 31.59 30.94 42.34 -
YUV 152.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 157 147 170 0.08 0.14 0 0.33 266.09 0.12 0.62
Hex 9D 93 AA 8 E 0 21 10A C 3E
Octal 235 223 252 10 16 0 41 412 14 76
Binary 10011101 10010011 10101010 1000 1110 0 100001 100001010 1100 111110

Color Harmonies of #9D93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D93AA

Black with #9D93AA

Text Example


Text Example

White with #9D93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,170); }

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

background-color css

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

 a { background-color: rgb(157,147,170); }

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

border-color css

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

 span { border-color: rgb(157,147,170); }

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