Html Css Color HEX #83368E Vivid Violet

📋 copy color: '#83368E'

red 131 ◦ green 54 ◦ blue 142

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

Shades of Vivid Violet #83368E

Tints of Vivid Violet #83368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.51%

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 40.06%
G = 16.51%
B = 43.43%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83368E (or 0x83368E) is known color: Vivid Violet. HEX triplet: 83, 36 and 8E. RGB value is (131,54,142). Sum of RGB (Red+Green+Blue) = 131+54+142=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #83368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83368E is #7CC971. Grayscale: #565656. Windows color (decimal): -8178034 or 9320067. OLE color: 9320067.

HSL color Cylindrical-coordinate representation of color #83368E: hue angle of 292.5º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83368E is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 54 142 -
CMYK 0.08 0.62 0 0.44
HSL 292.5º 0.45% 0.38% -
HSV(B) 292.5º 0.62% 0.56% -
XYZ 15.56 9.42 26.59 -
YUV 87.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 131 54 142 0.08 0.62 0 0.44 292.5 0.45 0.38
Hex 83 36 8E 8 3E 0 2C 124 2D 26
Octal 203 66 216 10 76 0 54 444 55 46
Binary 10000011 110110 10001110 1000 111110 0 101100 100100100 101101 100110

Color Harmonies of #83368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83368E

Black with #83368E

Text Example


Text Example

White with #83368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83368E; }

 p { color: rgb(131,54,142); }

 H1.HeaderClassName
 {
   color: #83368E;
 }
 .AnyTagClassName
 {
   color: #83368E;
 }
</style>

background-color css

<style>
 a { background-color: #83368E; }

 a { background-color: rgb(131,54,142); }

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

border-color css

<style>
 span { border-color: #83368E; }

 span { border-color: rgb(131,54,142); }

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