Html Css Color HEX #9E93B6 Cold Purple

📋 copy color: '#9E93B6'

red 158 ◦ green 147 ◦ blue 182

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

Shades of Cold Purple #9E93B6

Tints of Cold Purple #9E93B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.37%

R = 32.44%
G = 30.18%
B = 37.37%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E93B6 (or 0x9E93B6) is known color: Cold Purple. HEX triplet: 9E, 93 and B6. RGB value is (158,147,182). Sum of RGB (Red+Green+Blue) = 158+147+182=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #9E93B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93B6 is #616C49. Grayscale: #9A9A9A. Windows color (decimal): -6384714 or 11965342. OLE color: 11965342.

HSL color Cylindrical-coordinate representation of color #9E93B6: hue angle of 258.86º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E93B6 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 158 147 182 -
CMYK 0.13 0.19 0 0.29
HSL 258.86º 0.19% 0.65% -
HSV(B) 258.86º 0.19% 0.71% -
XYZ 32.98 31.51 48.6 -
YUV 154.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 158 147 182 0.13 0.19 0 0.29 258.86 0.19 0.65
Hex 9E 93 B6 D 13 0 1D 103 13 41
Octal 236 223 266 15 23 0 35 403 23 101
Binary 10011110 10010011 10110110 1101 10011 0 11101 100000011 10011 1000001

Color Harmonies of #9E93B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93B6

Black with #9E93B6

Text Example


Text Example

White with #9E93B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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