Html Css Color HEX #8237AA Vivid Violet

📋 copy color: '#8237AA'

red 130 ◦ green 55 ◦ blue 170

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

Shades of Vivid Violet #8237AA

Tints of Vivid Violet #8237AA

RGB

 RED value IS 130 (51.17% from 255) = 36.62%

 GREEN value IS 55 (21.88% from 255) = 15.49%

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

R = 36.62%
G = 15.49%
B = 47.89%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8237AA (or 0x8237AA) is known color: Vivid Violet. HEX triplet: 82, 37 and AA. RGB value is (130,55,170). Sum of RGB (Red+Green+Blue) = 130+55+170=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #8237AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8237AA is #7DC855. Grayscale: #5A5A5A. Windows color (decimal): -8243286 or 11155330. OLE color: 11155330.

HSL color Cylindrical-coordinate representation of color #8237AA: hue angle of 279.13º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8237AA is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 55 170 -
CMYK 0.24 0.68 0 0.33
HSL 279.13º 0.51% 0.44% -
HSV(B) 279.13º 0.68% 0.67% -
XYZ 17.83 10.38 39.09 -
YUV 90.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 130 55 170 0.24 0.68 0 0.33 279.13 0.51 0.44
Hex 82 37 AA 18 44 0 21 117 33 2C
Octal 202 67 252 30 104 0 41 427 63 54
Binary 10000010 110111 10101010 11000 1000100 0 100001 100010111 110011 101100

Color Harmonies of #8237AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8237AA

Black with #8237AA

Text Example


Text Example

White with #8237AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,55,170); }

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

background-color css

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

 a { background-color: rgb(130,55,170); }

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

border-color css

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

 span { border-color: rgb(130,55,170); }

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