Html Css Color HEX #813083 Vivid Violet

📋 copy color: '#813083'

red 129 ◦ green 48 ◦ blue 131

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

Shades of Vivid Violet #813083

Tints of Vivid Violet #813083

RGB

 RED value IS 129 (50.78% from 255) = 41.88%

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 41.88%
G = 15.58%
B = 42.53%

CMYK

 C value IS 0.02

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#813083 (or 0x813083) is known color: Vivid Violet. HEX triplet: 81, 30 and 83. RGB value is (129,48,131). Sum of RGB (Red+Green+Blue) = 129+48+131=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #813083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813083 is #7ECF7C. Grayscale: #515151. Windows color (decimal): -8310653 or 8597633. OLE color: 8597633.

HSL color Cylindrical-coordinate representation of color #813083: hue angle of 298.55º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #813083 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 48 131 -
CMYK 0.02 0.63 0 0.49
HSL 298.55º 0.46% 0.35% -
HSV(B) 298.55º 0.63% 0.51% -
XYZ 14.21 8.42 22.35 -
YUV 81.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 129 48 131 0.02 0.63 0 0.49 298.55 0.46 0.35
Hex 81 30 83 2 3F 0 31 12B 2E 23
Octal 201 60 203 2 77 0 61 453 56 43
Binary 10000001 110000 10000011 10 111111 0 110001 100101011 101110 100011

Color Harmonies of #813083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813083

Black with #813083

Text Example


Text Example

White with #813083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813083; }

 p { color: rgb(129,48,131); }

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

background-color css

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

 a { background-color: rgb(129,48,131); }

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

border-color css

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

 span { border-color: rgb(129,48,131); }

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