Html Css Color HEX #813AFB Blue Violet

📋 copy color: '#813AFB'

red 129 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #813AFB

Tints of Blue Violet #813AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.24%

 BLUE value IS 251 (98.44% from 255) = 57.31%

R = 29.45%
G = 13.24%
B = 57.31%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#813AFB (or 0x813AFB) is known color: Blue Violet. HEX triplet: 81, 3A and FB. RGB value is (129,58,251). Sum of RGB (Red+Green+Blue) = 129+58+251=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #813AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813AFB is #7EC504. Grayscale: #646464. Windows color (decimal): -8307973 or 16464513. OLE color: 16464513.

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

Color convert

RGB 129 58 251 -
CMYK 0.49 0.77 0 0.02
HSL 262.07º 0.96% 0.61% -
HSV(B) 262.07º 0.77% 0.98% -
XYZ 27.98 14.66 92.62 -
YUV 101.23 212.52 147.81 -
System Red Green Blue C M Y K H S L
Decimal 129 58 251 0.49 0.77 0 0.02 262.07 0.96 0.61
Hex 81 3A FB 31 4D 0 2 106 60 3D
Octal 201 72 373 61 115 0 2 406 140 75
Binary 10000001 111010 11111011 110001 1001101 0 10 100000110 1100000 111101

Color Harmonies of #813AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813AFB

Black with #813AFB

Text Example


Text Example

White with #813AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,58,251); }

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

background-color css

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

 a { background-color: rgb(129,58,251); }

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

border-color css

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

 span { border-color: rgb(129,58,251); }

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