Html Css Color HEX #813388 Vivid Violet

📋 copy color: '#813388'

red 129 ◦ green 51 ◦ blue 136

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

Shades of Vivid Violet #813388

Tints of Vivid Violet #813388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.14%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 40.82%
G = 16.14%
B = 43.04%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#813388 (or 0x813388) is known color: Vivid Violet. HEX triplet: 81, 33 and 88. RGB value is (129,51,136). Sum of RGB (Red+Green+Blue) = 129+51+136=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #813388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813388 is #7ECC77. Grayscale: #535353. Windows color (decimal): -8309880 or 8926081. OLE color: 8926081.

HSL color Cylindrical-coordinate representation of color #813388: hue angle of 295.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813388 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 51 136 -
CMYK 0.05 0.62 0 0.47
HSL 295.06º 0.45% 0.37% -
HSV(B) 295.06º 0.63% 0.53% -
XYZ 14.68 8.81 24.22 -
YUV 84.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 129 51 136 0.05 0.62 0 0.47 295.06 0.45 0.37
Hex 81 33 88 5 3E 0 2F 127 2D 25
Octal 201 63 210 5 76 0 57 447 55 45
Binary 10000001 110011 10001000 101 111110 0 101111 100100111 101101 100101

Color Harmonies of #813388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813388

Black with #813388

Text Example


Text Example

White with #813388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813388; }

 p { color: rgb(129,51,136); }

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

background-color css

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

 a { background-color: rgb(129,51,136); }

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

border-color css

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

 span { border-color: rgb(129,51,136); }

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