Html Css Color HEX #813BCC Blue Violet

📋 copy color: '#813BCC'

red 129 ◦ green 59 ◦ blue 204

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

Shades of Blue Violet #813BCC

Tints of Blue Violet #813BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.05%

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 32.91%
G = 15.05%
B = 52.04%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#813BCC (or 0x813BCC) is known color: Blue Violet. HEX triplet: 81, 3B and CC. RGB value is (129,59,204). Sum of RGB (Red+Green+Blue) = 129+59+204=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #813BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813BCC is #7EC433. Grayscale: #5F5F5F. Windows color (decimal): -8307764 or 13384577. OLE color: 13384577.

HSL color Cylindrical-coordinate representation of color #813BCC: hue angle of 268.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #813BCC is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 59 204 -
CMYK 0.37 0.71 0 0.2
HSL 268.97º 0.59% 0.52% -
HSV(B) 268.97º 0.71% 0.8% -
XYZ 21.52 12.15 58.34 -
YUV 96.46 188.69 151.21 -
System Red Green Blue C M Y K H S L
Decimal 129 59 204 0.37 0.71 0 0.2 268.97 0.59 0.52
Hex 81 3B CC 25 47 0 14 10D 3B 34
Octal 201 73 314 45 107 0 24 415 73 64
Binary 10000001 111011 11001100 100101 1000111 0 10100 100001101 111011 110100

Color Harmonies of #813BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813BCC

Black with #813BCC

Text Example


Text Example

White with #813BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813BCC; }

 p { color: rgb(129,59,204); }

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

background-color css

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

 a { background-color: rgb(129,59,204); }

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

border-color css

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

 span { border-color: rgb(129,59,204); }

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