Html Css Color HEX #813CFD Blue Violet

📋 copy color: '#813CFD'

red 129 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #813CFD

Tints of Blue Violet #813CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.57%

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 29.19%
G = 13.57%
B = 57.24%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#813CFD (or 0x813CFD) is known color: Blue Violet. HEX triplet: 81, 3C and FD. RGB value is (129,60,253). Sum of RGB (Red+Green+Blue) = 129+60+253=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #813CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813CFD is #7EC302. Grayscale: #656565. Windows color (decimal): -8307459 or 16596097. OLE color: 16596097.

HSL color Cylindrical-coordinate representation of color #813CFD: hue angle of 261.45º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #813CFD is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 60 253 -
CMYK 0.49 0.76 0 0.01
HSL 261.45º 0.98% 0.61% -
HSV(B) 261.45º 0.76% 0.99% -
XYZ 28.4 14.99 94.33 -
YUV 102.63 212.86 146.81 -
System Red Green Blue C M Y K H S L
Decimal 129 60 253 0.49 0.76 0 0.01 261.45 0.98 0.61
Hex 81 3C FD 31 4C 0 1 105 62 3D
Octal 201 74 375 61 114 0 1 405 142 75
Binary 10000001 111100 11111101 110001 1001100 0 1 100000101 1100010 111101

Color Harmonies of #813CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813CFD

Black with #813CFD

Text Example


Text Example

White with #813CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,60,253); }

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

background-color css

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

 a { background-color: rgb(129,60,253); }

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

border-color css

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

 span { border-color: rgb(129,60,253); }

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