Html Css Color HEX #9E4A9B Violet Blue

📋 copy color: '#9E4A9B'

red 158 ◦ green 74 ◦ blue 155

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

Shades of Violet Blue #9E4A9B

Tints of Violet Blue #9E4A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.12%

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 40.83%
G = 19.12%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#9E4A9B (or 0x9E4A9B) is known color: Violet Blue. HEX triplet: 9E, 4A and 9B. RGB value is (158,74,155). Sum of RGB (Red+Green+Blue) = 158+74+155=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4A9B is #61B564. Grayscale: #6C6C6C. Windows color (decimal): -6403429 or 10177182. OLE color: 10177182.

HSL color Cylindrical-coordinate representation of color #9E4A9B: hue angle of 302.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A9B is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 74 155 -
CMYK 0 0.53 0.02 0.38
HSL 302.14º 0.36% 0.45% -
HSV(B) 302.14º 0.53% 0.62% -
XYZ 22.47 14.53 32.63 -
YUV 108.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 158 74 155 0 0.53 0.02 0.38 302.14 0.36 0.45
Hex 9E 4A 9B 0 35 2 26 12E 24 2D
Octal 236 112 233 0 65 2 46 456 44 55
Binary 10011110 1001010 10011011 0 110101 10 100110 100101110 100100 101101

Color Harmonies of #9E4A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4A9B

Black with #9E4A9B

Text Example


Text Example

White with #9E4A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,74,155); }

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

background-color css

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

 a { background-color: rgb(158,74,155); }

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

border-color css

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

 span { border-color: rgb(158,74,155); }

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