Html Css Color HEX #8240A3 Vivid Violet

📋 copy color: '#8240A3'

red 130 ◦ green 64 ◦ blue 163

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

Shades of Vivid Violet #8240A3

Tints of Vivid Violet #8240A3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 36.41%
G = 17.93%
B = 45.66%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8240A3 (or 0x8240A3) is known color: Vivid Violet. HEX triplet: 82, 40 and A3. RGB value is (130,64,163). Sum of RGB (Red+Green+Blue) = 130+64+163=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #8240A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8240A3 is #7DBF5C. Grayscale: #5E5E5E. Windows color (decimal): -8240989 or 10698882. OLE color: 10698882.

HSL color Cylindrical-coordinate representation of color #8240A3: hue angle of 280º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8240A3 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 130 64 163 -
CMYK 0.20 0.61 0 0.36
HSL 280º 0.44% 0.45% -
HSV(B) 280º 0.61% 0.64% -
XYZ 17.65 11.06 35.85 -
YUV 95.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 130 64 163 0.20 0.61 0 0.36 280 0.44 0.45
Hex 82 40 A3 14 3D 0 24 118 2C 2D
Octal 202 100 243 24 75 0 44 430 54 55
Binary 10000010 1000000 10100011 10100 111101 0 100100 100011000 101100 101101

Color Harmonies of #8240A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8240A3

Black with #8240A3

Text Example


Text Example

White with #8240A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8240A3; }

 p { color: rgb(130,64,163); }

 H1.HeaderClassName
 {
   color: #8240A3;
 }
 .AnyTagClassName
 {
   color: #8240A3;
 }
</style>

background-color css

<style>
 a { background-color: #8240A3; }

 a { background-color: rgb(130,64,163); }

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

border-color css

<style>
 span { border-color: #8240A3; }

 span { border-color: rgb(130,64,163); }

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