Html Css Color HEX #803BFD Blue Violet

📋 copy color: '#803BFD'

red 128 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #803BFD

Tints of Blue Violet #803BFD

RGB

 RED value IS 128 (50.39% from 255) = 29.09%

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

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

R = 29.09%
G = 13.41%
B = 57.5%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#803BFD (or 0x803BFD) is known color: Blue Violet. HEX triplet: 80, 3B and FD. RGB value is (128,59,253). Sum of RGB (Red+Green+Blue) = 128+59+253=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #803BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803BFD is #7FC402. Grayscale: #656565. Windows color (decimal): -8373251 or 16595840. OLE color: 16595840.

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

Color convert

RGB 128 59 253 -
CMYK 0.49 0.77 0 0.01
HSL 261.34º 0.98% 0.61% -
HSV(B) 261.34º 0.77% 0.99% -
XYZ 28.2 14.81 94.3 -
YUV 101.75 213.36 146.73 -
System Red Green Blue C M Y K H S L
Decimal 128 59 253 0.49 0.77 0 0.01 261.34 0.98 0.61
Hex 80 3B FD 31 4D 0 1 105 62 3D
Octal 200 73 375 61 115 0 1 405 142 75
Binary 10000000 111011 11111101 110001 1001101 0 1 100000101 1100010 111101

Color Harmonies of #803BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BFD

Black with #803BFD

Text Example


Text Example

White with #803BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803BFD; }

 p { color: rgb(128,59,253); }

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

background-color css

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

 a { background-color: rgb(128,59,253); }

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

border-color css

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

 span { border-color: rgb(128,59,253); }

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