Html Css Color HEX #83248D Vivid Violet

📋 copy color: '#83248D'

red 131 ◦ green 36 ◦ blue 141

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

Shades of Vivid Violet #83248D

Tints of Vivid Violet #83248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 42.53%
G = 11.69%
B = 45.78%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83248D (or 0x83248D) is known color: Vivid Violet. HEX triplet: 83, 24 and 8D. RGB value is (131,36,141). Sum of RGB (Red+Green+Blue) = 131+36+141=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #83248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83248D is #7CDB72. Grayscale: #4C4C4C. Windows color (decimal): -8182643 or 9249923. OLE color: 9249923.

HSL color Cylindrical-coordinate representation of color #83248D: hue angle of 294.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83248D is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 36 141 -
CMYK 0.07 0.74 0 0.45
HSL 294.29º 0.59% 0.35% -
HSV(B) 294.29º 0.74% 0.55% -
XYZ 14.8 8.01 25.97 -
YUV 76.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 131 36 141 0.07 0.74 0 0.45 294.29 0.59 0.35
Hex 83 24 8D 7 4A 0 2D 126 3B 23
Octal 203 44 215 7 112 0 55 446 73 43
Binary 10000011 100100 10001101 111 1001010 0 101101 100100110 111011 100011

Color Harmonies of #83248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83248D

Black with #83248D

Text Example


Text Example

White with #83248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83248D; }

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

 H1.HeaderClassName
 {
   color: #83248D;
 }
 .AnyTagClassName
 {
   color: #83248D;
 }
</style>

background-color css

<style>
 a { background-color: #83248D; }

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

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

border-color css

<style>
 span { border-color: #83248D; }

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

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