Html Css Color HEX #83238B Vivid Violet

📋 copy color: '#83238B'

red 131 ◦ green 35 ◦ blue 139

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

Shades of Vivid Violet #83238B

Tints of Vivid Violet #83238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

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

R = 42.95%
G = 11.48%
B = 45.57%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83238B (or 0x83238B) is known color: Vivid Violet. HEX triplet: 83, 23 and 8B. RGB value is (131,35,139). Sum of RGB (Red+Green+Blue) = 131+35+139=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #83238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83238B is #7CDC74. Grayscale: #4B4B4B. Windows color (decimal): -8182901 or 9118595. OLE color: 9118595.

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

Color convert

RGB 131 35 139 -
CMYK 0.06 0.75 0 0.45
HSL 295.38º 0.6% 0.34% -
HSV(B) 295.38º 0.75% 0.55% -
XYZ 14.62 7.89 25.18 -
YUV 75.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 131 35 139 0.06 0.75 0 0.45 295.38 0.6 0.34
Hex 83 23 8B 6 4B 0 2D 127 3C 22
Octal 203 43 213 6 113 0 55 447 74 42
Binary 10000011 100011 10001011 110 1001011 0 101101 100100111 111100 100010

Color Harmonies of #83238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83238B

Black with #83238B

Text Example


Text Example

White with #83238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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