Html Css Color HEX #9E329E Vivid Violet

📋 copy color: '#9E329E'

red 158 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #9E329E

Tints of Vivid Violet #9E329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 43.17%
G = 13.66%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9E329E (or 0x9E329E) is known color: Vivid Violet. HEX triplet: 9E, 32 and 9E. RGB value is (158,50,158). Sum of RGB (Red+Green+Blue) = 158+50+158=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E329E is #61CD61. Grayscale: #5E5E5E. Windows color (decimal): -6409570 or 10367646. OLE color: 10367646.

HSL color Cylindrical-coordinate representation of color #9E329E: hue angle of 300º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E329E is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 50 158 -
CMYK 0 0.68 0 0.38
HSL 300º 0.52% 0.41% -
HSV(B) 300º 0.68% 0.62% -
XYZ 21.41 12.02 33.54 -
YUV 94.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 158 50 158 0 0.68 0 0.38 300 0.52 0.41
Hex 9E 32 9E 0 44 0 26 12C 34 29
Octal 236 62 236 0 104 0 46 454 64 51
Binary 10011110 110010 10011110 0 1000100 0 100110 100101100 110100 101001

Color Harmonies of #9E329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E329E

Black with #9E329E

Text Example


Text Example

White with #9E329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,50,158); }

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

background-color css

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

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

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

border-color css

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

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

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