Html Css Color HEX #9D94AF Cold Purple

📋 copy color: '#9D94AF'

red 157 ◦ green 148 ◦ blue 175

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

Shades of Cold Purple #9D94AF

Tints of Cold Purple #9D94AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 32.71%
G = 30.83%
B = 36.46%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D94AF (or 0x9D94AF) is known color: Cold Purple. HEX triplet: 9D, 94 and AF. RGB value is (157,148,175). Sum of RGB (Red+Green+Blue) = 157+148+175=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D94AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D94AF is #626B50. Grayscale: #999999. Windows color (decimal): -6450001 or 11506845. OLE color: 11506845.

HSL color Cylindrical-coordinate representation of color #9D94AF: hue angle of 260º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D94AF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 148 175 -
CMYK 0.10 0.15 0 0.31
HSL 260º 0.14% 0.63% -
HSV(B) 260º 0.15% 0.69% -
XYZ 32.23 31.44 44.93 -
YUV 153.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 157 148 175 0.10 0.15 0 0.31 260 0.14 0.63
Hex 9D 94 AF A F 0 1F 104 E 3F
Octal 235 224 257 12 17 0 37 404 16 77
Binary 10011101 10010100 10101111 1010 1111 0 11111 100000100 1110 111111

Color Harmonies of #9D94AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D94AF

Black with #9D94AF

Text Example


Text Example

White with #9D94AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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