Html Css Color HEX #8339AA Vivid Violet

📋 copy color: '#8339AA'

red 131 ◦ green 57 ◦ blue 170

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

Shades of Vivid Violet #8339AA

Tints of Vivid Violet #8339AA

RGB

 RED value IS 131 (51.56% from 255) = 36.59%

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 36.59%
G = 15.92%
B = 47.49%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8339AA (or 0x8339AA) is known color: Vivid Violet. HEX triplet: 83, 39 and AA. RGB value is (131,57,170). Sum of RGB (Red+Green+Blue) = 131+57+170=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #8339AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8339AA is #7CC655. Grayscale: #5B5B5B. Windows color (decimal): -8177238 or 11155843. OLE color: 11155843.

HSL color Cylindrical-coordinate representation of color #8339AA: hue angle of 279.29º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8339AA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 57 170 -
CMYK 0.23 0.66 0 0.33
HSL 279.29º 0.5% 0.45% -
HSV(B) 279.29º 0.66% 0.67% -
XYZ 18.08 10.65 39.13 -
YUV 92.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 131 57 170 0.23 0.66 0 0.33 279.29 0.5 0.45
Hex 83 39 AA 17 42 0 21 117 32 2D
Octal 203 71 252 27 102 0 41 427 62 55
Binary 10000011 111001 10101010 10111 1000010 0 100001 100010111 110010 101101

Color Harmonies of #8339AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8339AA

Black with #8339AA

Text Example


Text Example

White with #8339AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8339AA; }

 p { color: rgb(131,57,170); }

 H1.HeaderClassName
 {
   color: #8339AA;
 }
 .AnyTagClassName
 {
   color: #8339AA;
 }
</style>

background-color css

<style>
 a { background-color: #8339AA; }

 a { background-color: rgb(131,57,170); }

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

border-color css

<style>
 span { border-color: #8339AA; }

 span { border-color: rgb(131,57,170); }

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