Html Css Color HEX #83258D Vivid Violet

📋 copy color: '#83258D'

red 131 ◦ green 37 ◦ blue 141

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

Shades of Vivid Violet #83258D

Tints of Vivid Violet #83258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 42.39%
G = 11.97%
B = 45.63%

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

#83258D (or 0x83258D) is known color: Vivid Violet. HEX triplet: 83, 25 and 8D. RGB value is (131,37,141). Sum of RGB (Red+Green+Blue) = 131+37+141=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #83258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83258D is #7CDA72. Grayscale: #4C4C4C. Windows color (decimal): -8182387 or 9250179. OLE color: 9250179.

HSL color Cylindrical-coordinate representation of color #83258D: hue angle of 294.23º degrees, saturation: 0.58, 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 #83258D is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 37 141 -
CMYK 0.07 0.74 0 0.45
HSL 294.23º 0.58% 0.35% -
HSV(B) 294.23º 0.74% 0.55% -
XYZ 14.83 8.07 25.98 -
YUV 76.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 131 37 141 0.07 0.74 0 0.45 294.23 0.58 0.35
Hex 83 25 8D 7 4A 0 2D 126 3A 23
Octal 203 45 215 7 112 0 55 446 72 43
Binary 10000011 100101 10001101 111 1001010 0 101101 100100110 111010 100011

Color Harmonies of #83258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83258D

Black with #83258D

Text Example


Text Example

White with #83258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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