Html Css Color HEX #82309C Vivid Violet

📋 copy color: '#82309C'

red 130 ◦ green 48 ◦ blue 156

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

Shades of Vivid Violet #82309C

Tints of Vivid Violet #82309C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 38.92%
G = 14.37%
B = 46.71%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82309C (or 0x82309C) is known color: Vivid Violet. HEX triplet: 82, 30 and 9C. RGB value is (130,48,156). Sum of RGB (Red+Green+Blue) = 130+48+156=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #82309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82309C is #7DCF63. Grayscale: #545454. Windows color (decimal): -8245092 or 10236034. OLE color: 10236034.

HSL color Cylindrical-coordinate representation of color #82309C: hue angle of 285.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82309C is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 48 156 -
CMYK 0.17 0.69 0 0.39
HSL 285.56º 0.53% 0.4% -
HSV(B) 285.56º 0.69% 0.61% -
XYZ 16.26 9.26 32.38 -
YUV 84.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 130 48 156 0.17 0.69 0 0.39 285.56 0.53 0.4
Hex 82 30 9C 11 45 0 27 11E 35 28
Octal 202 60 234 21 105 0 47 436 65 50
Binary 10000010 110000 10011100 10001 1000101 0 100111 100011110 110101 101000

Color Harmonies of #82309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82309C

Black with #82309C

Text Example


Text Example

White with #82309C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82309C; }

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

 H1.HeaderClassName
 {
   color: #82309C;
 }
 .AnyTagClassName
 {
   color: #82309C;
 }
</style>

background-color css

<style>
 a { background-color: #82309C; }

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

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

border-color css

<style>
 span { border-color: #82309C; }

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

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