Html Css Color HEX #9F93AD Cold Purple

📋 copy color: '#9F93AD'

red 159 ◦ green 147 ◦ blue 173

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

Shades of Cold Purple #9F93AD

Tints of Cold Purple #9F93AD

RGB

 RED value IS 159 (62.5% from 255) = 33.19%

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

 BLUE value IS 173 (67.97% from 255) = 36.12%

R = 33.19%
G = 30.69%
B = 36.12%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F93AD (or 0x9F93AD) is known color: Cold Purple. HEX triplet: 9F, 93 and AD. RGB value is (159,147,173). Sum of RGB (Red+Green+Blue) = 159+147+173=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F93AD is #606C52. Grayscale: #999999. Windows color (decimal): -6319187 or 11375519. OLE color: 11375519.

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

Color convert

RGB 159 147 173 -
CMYK 0.08 0.15 0 0.32
HSL 267.69º 0.14% 0.63% -
HSV(B) 267.69º 0.15% 0.68% -
XYZ 32.27 31.26 43.87 -
YUV 153.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 159 147 173 0.08 0.15 0 0.32 267.69 0.14 0.63
Hex 9F 93 AD 8 F 0 20 10C E 3F
Octal 237 223 255 10 17 0 40 414 16 77
Binary 10011111 10010011 10101101 1000 1111 0 100000 100001100 1110 111111

Color Harmonies of #9F93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F93AD

Black with #9F93AD

Text Example


Text Example

White with #9F93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,147,173); }

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

background-color css

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

 a { background-color: rgb(159,147,173); }

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

border-color css

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

 span { border-color: rgb(159,147,173); }

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