Html Css Color HEX #8B329E Vivid Violet

📋 copy color: '#8B329E'

red 139 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #8B329E

Tints of Vivid Violet #8B329E

RGB

 RED value IS 139 (54.69% from 255) = 40.06%

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

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

R = 40.06%
G = 14.41%
B = 45.53%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B329E (or 0x8B329E) is known color: Vivid Violet. HEX triplet: 8B, 32 and 9E. RGB value is (139,50,158). Sum of RGB (Red+Green+Blue) = 139+50+158=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B329E is #74CD61. Grayscale: #585858. Windows color (decimal): -7654754 or 10367627. OLE color: 10367627.

HSL color Cylindrical-coordinate representation of color #8B329E: hue angle of 289.44º 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 #8B329E is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 50 158 -
CMYK 0.12 0.68 0 0.38
HSL 289.44º 0.52% 0.41% -
HSV(B) 289.44º 0.68% 0.62% -
XYZ 17.96 10.24 33.38 -
YUV 88.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 139 50 158 0.12 0.68 0 0.38 289.44 0.52 0.41
Hex 8B 32 9E C 44 0 26 121 34 29
Octal 213 62 236 14 104 0 46 441 64 51
Binary 10001011 110010 10011110 1100 1000100 0 100110 100100001 110100 101001

Color Harmonies of #8B329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B329E

Black with #8B329E

Text Example


Text Example

White with #8B329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B329E; }

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

 H1.HeaderClassName
 {
   color: #8B329E;
 }
 .AnyTagClassName
 {
   color: #8B329E;
 }
</style>

background-color css

<style>
 a { background-color: #8B329E; }

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

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

border-color css

<style>
 span { border-color: #8B329E; }

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

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