Html Css Color HEX #9E96AD Cold Purple

📋 copy color: '#9E96AD'

red 158 ◦ green 150 ◦ blue 173

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

Shades of Cold Purple #9E96AD

Tints of Cold Purple #9E96AD

RGB

 RED value IS 158 (62.11% from 255) = 32.85%

 GREEN value IS 150 (58.98% from 255) = 31.19%

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

R = 32.85%
G = 31.19%
B = 35.97%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E96AD (or 0x9E96AD) is known color: Cold Purple. HEX triplet: 9E, 96 and AD. RGB value is (158,150,173). Sum of RGB (Red+Green+Blue) = 158+150+173=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E96AD is #616952. Grayscale: #9A9A9A. Windows color (decimal): -6383955 or 11376286. OLE color: 11376286.

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

Color convert

RGB 158 150 173 -
CMYK 0.09 0.13 0 0.32
HSL 260.87º 0.12% 0.63% -
HSV(B) 260.87º 0.13% 0.68% -
XYZ 32.55 32.1 44.02 -
YUV 155.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 158 150 173 0.09 0.13 0 0.32 260.87 0.12 0.63
Hex 9E 96 AD 9 D 0 20 105 C 3F
Octal 236 226 255 11 15 0 40 405 14 77
Binary 10011110 10010110 10101101 1001 1101 0 100000 100000101 1100 111111

Color Harmonies of #9E96AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E96AD

Black with #9E96AD

Text Example


Text Example

White with #9E96AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,150,173); }

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

background-color css

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

 a { background-color: rgb(158,150,173); }

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

border-color css

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

 span { border-color: rgb(158,150,173); }

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