Html Css Color HEX #8230AA Vivid Violet

📋 copy color: '#8230AA'

red 130 ◦ green 48 ◦ blue 170

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

Shades of Vivid Violet #8230AA

Tints of Vivid Violet #8230AA

RGB

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

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

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

R = 37.36%
G = 13.79%
B = 48.85%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8230AA (or 0x8230AA) is known color: Vivid Violet. HEX triplet: 82, 30 and AA. RGB value is (130,48,170). Sum of RGB (Red+Green+Blue) = 130+48+170=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #8230AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8230AA is #7DCF55. Grayscale: #565656. Windows color (decimal): -8245078 or 11153538. OLE color: 11153538.

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

Color convert

RGB 130 48 170 -
CMYK 0.24 0.72 0 0.33
HSL 280.33º 0.56% 0.43% -
HSV(B) 280.33º 0.72% 0.67% -
XYZ 17.52 9.76 38.99 -
YUV 86.43 175.17 159.08 -
System Red Green Blue C M Y K H S L
Decimal 130 48 170 0.24 0.72 0 0.33 280.33 0.56 0.43
Hex 82 30 AA 18 48 0 21 118 38 2B
Octal 202 60 252 30 110 0 41 430 70 53
Binary 10000010 110000 10101010 11000 1001000 0 100001 100011000 111000 101011

Color Harmonies of #8230AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8230AA

Black with #8230AA

Text Example


Text Example

White with #8230AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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