Html Css Color HEX #9E30A8 Vivid Violet

📋 copy color: '#9E30A8'

red 158 ◦ green 48 ◦ blue 168

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

Shades of Vivid Violet #9E30A8

Tints of Vivid Violet #9E30A8

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.83%

 BLUE value IS 168 (66.02% from 255) = 44.92%

R = 42.25%
G = 12.83%
B = 44.92%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9E30A8 (or 0x9E30A8) is known color: Vivid Violet. HEX triplet: 9E, 30 and A8. RGB value is (158,48,168). Sum of RGB (Red+Green+Blue) = 158+48+168=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #9E30A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E30A8 is #61CF57. Grayscale: #5E5E5E. Windows color (decimal): -6410072 or 11022494. OLE color: 11022494.

HSL color Cylindrical-coordinate representation of color #9E30A8: hue angle of 295º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9E30A8 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 48 168 -
CMYK 0.06 0.71 0 0.34
HSL 295º 0.56% 0.42% -
HSV(B) 295º 0.71% 0.66% -
XYZ 22.23 12.21 38.23 -
YUV 94.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 158 48 168 0.06 0.71 0 0.34 295 0.56 0.42
Hex 9E 30 A8 6 47 0 22 127 38 2A
Octal 236 60 250 6 107 0 42 447 70 52
Binary 10011110 110000 10101000 110 1000111 0 100010 100100111 111000 101010

Color Harmonies of #9E30A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E30A8

Black with #9E30A8

Text Example


Text Example

White with #9E30A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,48,168); }

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

background-color css

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

 a { background-color: rgb(158,48,168); }

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

border-color css

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

 span { border-color: rgb(158,48,168); }

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