Html Css Color HEX #9E93BA Cold Purple

📋 copy color: '#9E93BA'

red 158 ◦ green 147 ◦ blue 186

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

Shades of Cold Purple #9E93BA

Tints of Cold Purple #9E93BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 32.18%
G = 29.94%
B = 37.88%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E93BA (or 0x9E93BA) is known color: Cold Purple. HEX triplet: 9E, 93 and BA. RGB value is (158,147,186). Sum of RGB (Red+Green+Blue) = 158+147+186=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93BA is #616C45. Grayscale: #9A9A9A. Windows color (decimal): -6384710 or 12227486. OLE color: 12227486.

HSL color Cylindrical-coordinate representation of color #9E93BA: hue angle of 256.92º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E93BA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 147 186 -
CMYK 0.15 0.21 0 0.27
HSL 256.92º 0.22% 0.65% -
HSV(B) 256.92º 0.21% 0.73% -
XYZ 33.4 31.68 50.81 -
YUV 154.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 158 147 186 0.15 0.21 0 0.27 256.92 0.22 0.65
Hex 9E 93 BA F 15 0 1B 101 16 41
Octal 236 223 272 17 25 0 33 401 26 101
Binary 10011110 10010011 10111010 1111 10101 0 11011 100000001 10110 1000001

Color Harmonies of #9E93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93BA

Black with #9E93BA

Text Example


Text Example

White with #9E93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,147,186); }

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

background-color css

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

 a { background-color: rgb(158,147,186); }

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

border-color css

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

 span { border-color: rgb(158,147,186); }

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