Html Css Color HEX #9E3BA7 Violet Blue

📋 copy color: '#9E3BA7'

red 158 ◦ green 59 ◦ blue 167

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

Shades of Violet Blue #9E3BA7

Tints of Violet Blue #9E3BA7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

 BLUE value IS 167 (65.63% from 255) = 43.49%

R = 41.15%
G = 15.36%
B = 43.49%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9E3BA7 (or 0x9E3BA7) is known color: Violet Blue. HEX triplet: 9E, 3B and A7. RGB value is (158,59,167). Sum of RGB (Red+Green+Blue) = 158+59+167=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 167 - color contains mainly: blue. Hex color #9E3BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E3BA7 is #61C458. Grayscale: #646464. Windows color (decimal): -6407257 or 10959774. OLE color: 10959774.

HSL color Cylindrical-coordinate representation of color #9E3BA7: hue angle of 295º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E3BA7 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 59 167 -
CMYK 0.05 0.65 0 0.35
HSL 295º 0.48% 0.44% -
HSV(B) 295º 0.65% 0.65% -
XYZ 22.64 13.19 37.91 -
YUV 100.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 158 59 167 0.05 0.65 0 0.35 295 0.48 0.44
Hex 9E 3B A7 5 41 0 23 127 30 2C
Octal 236 73 247 5 101 0 43 447 60 54
Binary 10011110 111011 10100111 101 1000001 0 100011 100100111 110000 101100

Color Harmonies of #9E3BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3BA7

Black with #9E3BA7

Text Example


Text Example

White with #9E3BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,59,167); }

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

background-color css

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

 a { background-color: rgb(158,59,167); }

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

border-color css

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

 span { border-color: rgb(158,59,167); }

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