Html Css Color HEX #83249F Vivid Violet

📋 copy color: '#83249F'

red 131 ◦ green 36 ◦ blue 159

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

Shades of Vivid Violet #83249F

Tints of Vivid Violet #83249F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 40.18%
G = 11.04%
B = 48.77%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83249F (or 0x83249F) is known color: Vivid Violet. HEX triplet: 83, 24 and 9F. RGB value is (131,36,159). Sum of RGB (Red+Green+Blue) = 131+36+159=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #83249F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83249F is #7CDB60. Grayscale: #4E4E4E. Windows color (decimal): -8182625 or 10429571. OLE color: 10429571.

HSL color Cylindrical-coordinate representation of color #83249F: hue angle of 286.34º 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 #83249F is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 36 159 -
CMYK 0.18 0.77 0 0.38
HSL 286.34º 0.63% 0.38% -
HSV(B) 286.34º 0.77% 0.62% -
XYZ 16.25 8.59 33.6 -
YUV 78.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 131 36 159 0.18 0.77 0 0.38 286.34 0.63 0.38
Hex 83 24 9F 12 4D 0 26 11E 3F 26
Octal 203 44 237 22 115 0 46 436 77 46
Binary 10000011 100100 10011111 10010 1001101 0 100110 100011110 111111 100110

Color Harmonies of #83249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83249F

Black with #83249F

Text Example


Text Example

White with #83249F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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