Html Css Color HEX #9E92AC Cold Purple

📋 copy color: '#9E92AC'

red 158 ◦ green 146 ◦ blue 172

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

Shades of Cold Purple #9E92AC

Tints of Cold Purple #9E92AC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

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

R = 33.19%
G = 30.67%
B = 36.13%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E92AC (or 0x9E92AC) is known color: Cold Purple. HEX triplet: 9E, 92 and AC. RGB value is (158,146,172). Sum of RGB (Red+Green+Blue) = 158+146+172=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E92AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E92AC is #616D53. Grayscale: #989898. Windows color (decimal): -6384980 or 11309726. OLE color: 11309726.

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

Color convert

RGB 158 146 172 -
CMYK 0.08 0.15 0 0.33
HSL 267.69º 0.14% 0.62% -
HSV(B) 267.69º 0.15% 0.67% -
XYZ 31.83 30.81 43.3 -
YUV 152.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 158 146 172 0.08 0.15 0 0.33 267.69 0.14 0.62
Hex 9E 92 AC 8 F 0 21 10C E 3E
Octal 236 222 254 10 17 0 41 414 16 76
Binary 10011110 10010010 10101100 1000 1111 0 100001 100001100 1110 111110

Color Harmonies of #9E92AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E92AC

Black with #9E92AC

Text Example


Text Example

White with #9E92AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,146,172); }

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

background-color css

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

 a { background-color: rgb(158,146,172); }

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

border-color css

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

 span { border-color: rgb(158,146,172); }

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