Html Css Color HEX #813FCC Blue Violet

📋 copy color: '#813FCC'

red 129 ◦ green 63 ◦ blue 204

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

Shades of Blue Violet #813FCC

Tints of Blue Violet #813FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.91%

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

R = 32.58%
G = 15.91%
B = 51.52%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#813FCC (or 0x813FCC) is known color: Blue Violet. HEX triplet: 81, 3F and CC. RGB value is (129,63,204). Sum of RGB (Red+Green+Blue) = 129+63+204=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #813FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FCC is #7EC033. Grayscale: #626262. Windows color (decimal): -8306740 or 13385601. OLE color: 13385601.

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

Color convert

RGB 129 63 204 -
CMYK 0.37 0.69 0 0.2
HSL 268.09º 0.58% 0.52% -
HSV(B) 268.09º 0.69% 0.8% -
XYZ 21.73 12.58 58.41 -
YUV 98.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 129 63 204 0.37 0.69 0 0.2 268.09 0.58 0.52
Hex 81 3F CC 25 45 0 14 10C 3A 34
Octal 201 77 314 45 105 0 24 414 72 64
Binary 10000001 111111 11001100 100101 1000101 0 10100 100001100 111010 110100

Color Harmonies of #813FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813FCC

Black with #813FCC

Text Example


Text Example

White with #813FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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