Html Css Color HEX #9E4E93 Violet Blue

📋 copy color: '#9E4E93'

red 158 ◦ green 78 ◦ blue 147

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

Shades of Violet Blue #9E4E93

Tints of Violet Blue #9E4E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.37%

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 41.25%
G = 20.37%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#9E4E93 (or 0x9E4E93) is known color: Violet Blue. HEX triplet: 9E, 4E and 93. RGB value is (158,78,147). Sum of RGB (Red+Green+Blue) = 158+78+147=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4E93 is #61B16C. Grayscale: #6D6D6D. Windows color (decimal): -6402413 or 9653918. OLE color: 9653918.

HSL color Cylindrical-coordinate representation of color #9E4E93: hue angle of 308.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4E93 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 78 147 -
CMYK 0 0.51 0.07 0.38
HSL 308.25º 0.34% 0.46% -
HSV(B) 308.25º 0.51% 0.62% -
XYZ 22.09 14.82 29.3 -
YUV 109.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 158 78 147 0 0.51 0.07 0.38 308.25 0.34 0.46
Hex 9E 4E 93 0 33 7 26 134 22 2E
Octal 236 116 223 0 63 7 46 464 42 56
Binary 10011110 1001110 10010011 0 110011 111 100110 100110100 100010 101110

Color Harmonies of #9E4E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4E93

Black with #9E4E93

Text Example


Text Example

White with #9E4E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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