Html Css Color HEX #83258B Vivid Violet

📋 copy color: '#83258B'

red 131 ◦ green 37 ◦ blue 139

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

Shades of Vivid Violet #83258B

Tints of Vivid Violet #83258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 42.67%
G = 12.05%
B = 45.28%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83258B (or 0x83258B) is known color: Vivid Violet. HEX triplet: 83, 25 and 8B. RGB value is (131,37,139). Sum of RGB (Red+Green+Blue) = 131+37+139=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #83258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83258B is #7CDA74. Grayscale: #4C4C4C. Windows color (decimal): -8182389 or 9119107. OLE color: 9119107.

HSL color Cylindrical-coordinate representation of color #83258B: hue angle of 295.29º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83258B is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 37 139 -
CMYK 0.06 0.73 0 0.45
HSL 295.29º 0.58% 0.35% -
HSV(B) 295.29º 0.73% 0.55% -
XYZ 14.68 8.01 25.2 -
YUV 76.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 131 37 139 0.06 0.73 0 0.45 295.29 0.58 0.35
Hex 83 25 8B 6 49 0 2D 127 3A 23
Octal 203 45 213 6 111 0 55 447 72 43
Binary 10000011 100101 10001011 110 1001001 0 101101 100100111 111010 100011

Color Harmonies of #83258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83258B

Black with #83258B

Text Example


Text Example

White with #83258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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