Html Css Color HEX #83258F Vivid Violet

📋 copy color: '#83258F'

red 131 ◦ green 37 ◦ blue 143

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

Shades of Vivid Violet #83258F

Tints of Vivid Violet #83258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.98%

R = 42.12%
G = 11.9%
B = 45.98%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83258F (or 0x83258F) is known color: Vivid Violet. HEX triplet: 83, 25 and 8F. RGB value is (131,37,143). Sum of RGB (Red+Green+Blue) = 131+37+143=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 143 (56.25% from 255 or 45.98% from 311); Max value from RGB is 143 - color contains mainly: blue. Hex color #83258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83258F is #7CDA70. Grayscale: #4C4C4C. Windows color (decimal): -8182385 or 9381251. OLE color: 9381251.

HSL color Cylindrical-coordinate representation of color #83258F: hue angle of 293.21º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83258F is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 37 143 -
CMYK 0.08 0.74 0 0.44
HSL 293.21º 0.59% 0.35% -
HSV(B) 293.21º 0.74% 0.56% -
XYZ 14.98 8.13 26.77 -
YUV 77.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 131 37 143 0.08 0.74 0 0.44 293.21 0.59 0.35
Hex 83 25 8F 8 4A 0 2C 125 3B 23
Octal 203 45 217 10 112 0 54 445 73 43
Binary 10000011 100101 10001111 1000 1001010 0 101100 100100101 111011 100011

Color Harmonies of #83258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83258F

Black with #83258F

Text Example


Text Example

White with #83258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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