Html Css Color HEX #9E4E8B Violet Blue

📋 copy color: '#9E4E8B'

red 158 ◦ green 78 ◦ blue 139

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

Shades of Violet Blue #9E4E8B

Tints of Violet Blue #9E4E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 42.13%
G = 20.8%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E4E8B (or 0x9E4E8B) is known color: Violet Blue. HEX triplet: 9E, 4E and 8B. RGB value is (158,78,139). Sum of RGB (Red+Green+Blue) = 158+78+139=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4E8B is #61B174. Grayscale: #6C6C6C. Windows color (decimal): -6402421 or 9129630. OLE color: 9129630.

HSL color Cylindrical-coordinate representation of color #9E4E8B: hue angle of 314.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 #9E4E8B is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 78 139 -
CMYK 0 0.51 0.12 0.38
HSL 314.25º 0.34% 0.46% -
HSV(B) 314.25º 0.51% 0.62% -
XYZ 21.49 14.58 26.11 -
YUV 108.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 158 78 139 0 0.51 0.12 0.38 314.25 0.34 0.46
Hex 9E 4E 8B 0 33 C 26 13A 22 2E
Octal 236 116 213 0 63 14 46 472 42 56
Binary 10011110 1001110 10001011 0 110011 1100 100110 100111010 100010 101110

Color Harmonies of #9E4E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4E8B

Black with #9E4E8B

Text Example


Text Example

White with #9E4E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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