Html Css Color HEX #9D94AC Cold Purple

📋 copy color: '#9D94AC'

red 157 ◦ green 148 ◦ blue 172

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

Shades of Cold Purple #9D94AC

Tints of Cold Purple #9D94AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 32.91%
G = 31.03%
B = 36.06%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D94AC (or 0x9D94AC) is known color: Cold Purple. HEX triplet: 9D, 94 and AC. RGB value is (157,148,172). Sum of RGB (Red+Green+Blue) = 157+148+172=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D94AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D94AC is #626B53. Grayscale: #999999. Windows color (decimal): -6450004 or 11310237. OLE color: 11310237.

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

Color convert

RGB 157 148 172 -
CMYK 0.09 0.14 0 0.33
HSL 262.5º 0.13% 0.63% -
HSV(B) 262.5º 0.14% 0.67% -
XYZ 31.94 31.33 43.39 -
YUV 153.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 157 148 172 0.09 0.14 0 0.33 262.5 0.13 0.63
Hex 9D 94 AC 9 E 0 21 106 D 3F
Octal 235 224 254 11 16 0 41 406 15 77
Binary 10011101 10010100 10101100 1001 1110 0 100001 100000110 1101 111111

Color Harmonies of #9D94AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94AC

Black with #9D94AC

Text Example


Text Example

White with #9D94AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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