Html Css Color HEX #9E93B4 Cold Purple

📋 copy color: '#9E93B4'

red 158 ◦ green 147 ◦ blue 180

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

Shades of Cold Purple #9E93B4

Tints of Cold Purple #9E93B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 32.58%
G = 30.31%
B = 37.11%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9E93B4 (or 0x9E93B4) is known color: Cold Purple. HEX triplet: 9E, 93 and B4. RGB value is (158,147,180). Sum of RGB (Red+Green+Blue) = 158+147+180=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 180 - color contains mainly: blue. Hex color #9E93B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E93B4 is #616C4B. Grayscale: #999999. Windows color (decimal): -6384716 or 11834270. OLE color: 11834270.

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

Color convert

RGB 158 147 180 -
CMYK 0.12 0.18 0 0.29
HSL 260º 0.18% 0.64% -
HSV(B) 260º 0.18% 0.71% -
XYZ 32.77 31.43 47.52 -
YUV 154.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 158 147 180 0.12 0.18 0 0.29 260 0.18 0.64
Hex 9E 93 B4 C 12 0 1D 104 12 40
Octal 236 223 264 14 22 0 35 404 22 100
Binary 10011110 10010011 10110100 1100 10010 0 11101 100000100 10010 1000000

Color Harmonies of #9E93B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E93B4

Black with #9E93B4

Text Example


Text Example

White with #9E93B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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