Html Css Color HEX #9D94AA Cold Purple

📋 copy color: '#9D94AA'

red 157 ◦ green 148 ◦ blue 170

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

Shades of Cold Purple #9D94AA

Tints of Cold Purple #9D94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

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

R = 33.05%
G = 31.16%
B = 35.79%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D94AA (or 0x9D94AA) is known color: Cold Purple. HEX triplet: 9D, 94 and AA. RGB value is (157,148,170). Sum of RGB (Red+Green+Blue) = 157+148+170=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D94AA is #626B55. Grayscale: #999999. Windows color (decimal): -6450006 or 11179165. OLE color: 11179165.

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

Color convert

RGB 157 148 170 -
CMYK 0.08 0.13 0 0.33
HSL 264.55º 0.11% 0.62% -
HSV(B) 264.55º 0.13% 0.67% -
XYZ 31.75 31.25 42.39 -
YUV 153.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 157 148 170 0.08 0.13 0 0.33 264.55 0.11 0.62
Hex 9D 94 AA 8 D 0 21 109 B 3E
Octal 235 224 252 10 15 0 41 411 13 76
Binary 10011101 10010100 10101010 1000 1101 0 100001 100001001 1011 111110

Color Harmonies of #9D94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94AA

Black with #9D94AA

Text Example


Text Example

White with #9D94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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