Html Css Color HEX #83249E Vivid Violet

📋 copy color: '#83249E'

red 131 ◦ green 36 ◦ blue 158

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

Shades of Vivid Violet #83249E

Tints of Vivid Violet #83249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 158 (62.11% from 255) = 48.62%

R = 40.31%
G = 11.08%
B = 48.62%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83249E (or 0x83249E) is known color: Vivid Violet. HEX triplet: 83, 24 and 9E. RGB value is (131,36,158). Sum of RGB (Red+Green+Blue) = 131+36+158=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #83249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83249E is #7CDB61. Grayscale: #4D4D4D. Windows color (decimal): -8182626 or 10364035. OLE color: 10364035.

HSL color Cylindrical-coordinate representation of color #83249E: hue angle of 286.72º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83249E is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 36 158 -
CMYK 0.17 0.77 0 0.38
HSL 286.72º 0.63% 0.38% -
HSV(B) 286.72º 0.77% 0.62% -
XYZ 16.16 8.56 33.15 -
YUV 78.31 172.97 165.58 -
System Red Green Blue C M Y K H S L
Decimal 131 36 158 0.17 0.77 0 0.38 286.72 0.63 0.38
Hex 83 24 9E 11 4D 0 26 11F 3F 26
Octal 203 44 236 21 115 0 46 437 77 46
Binary 10000011 100100 10011110 10001 1001101 0 100110 100011111 111111 100110

Color Harmonies of #83249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83249E

Black with #83249E

Text Example


Text Example

White with #83249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83249E; }

 p { color: rgb(131,36,158); }

 H1.HeaderClassName
 {
   color: #83249E;
 }
 .AnyTagClassName
 {
   color: #83249E;
 }
</style>

background-color css

<style>
 a { background-color: #83249E; }

 a { background-color: rgb(131,36,158); }

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

border-color css

<style>
 span { border-color: #83249E; }

 span { border-color: rgb(131,36,158); }

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