Html Css Color HEX #83368C Vivid Violet

📋 copy color: '#83368C'

red 131 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #83368C

Tints of Vivid Violet #83368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 40.31%
G = 16.62%
B = 43.08%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83368C (or 0x83368C) is known color: Vivid Violet. HEX triplet: 83, 36 and 8C. RGB value is (131,54,140). Sum of RGB (Red+Green+Blue) = 131+54+140=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #83368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83368C is #7CC973. Grayscale: #565656. Windows color (decimal): -8178036 or 9188995. OLE color: 9188995.

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

Color convert

RGB 131 54 140 -
CMYK 0.06 0.61 0 0.45
HSL 293.72º 0.44% 0.38% -
HSV(B) 293.72º 0.61% 0.55% -
XYZ 15.41 9.36 25.8 -
YUV 86.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 131 54 140 0.06 0.61 0 0.45 293.72 0.44 0.38
Hex 83 36 8C 6 3D 0 2D 126 2C 26
Octal 203 66 214 6 75 0 55 446 54 46
Binary 10000011 110110 10001100 110 111101 0 101101 100100110 101100 100110

Color Harmonies of #83368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83368C

Black with #83368C

Text Example


Text Example

White with #83368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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