Html Css Color HEX #803FD8 Blue Violet

📋 copy color: '#803FD8'

red 128 ◦ green 63 ◦ blue 216

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

Shades of Blue Violet #803FD8

Tints of Blue Violet #803FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.07%

R = 31.45%
G = 15.48%
B = 53.07%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#803FD8 (or 0x803FD8) is known color: Blue Violet. HEX triplet: 80, 3F and D8. RGB value is (128,63,216). Sum of RGB (Red+Green+Blue) = 128+63+216=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #803FD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FD8 is #7FC027. Grayscale: #636363. Windows color (decimal): -8372264 or 14172032. OLE color: 14172032.

HSL color Cylindrical-coordinate representation of color #803FD8: hue angle of 265.49º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803FD8 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 63 216 -
CMYK 0.41 0.71 0 0.15
HSL 265.49º 0.66% 0.55% -
HSV(B) 265.49º 0.71% 0.85% -
XYZ 23.07 13.1 66.28 -
YUV 99.88 193.53 148.06 -
System Red Green Blue C M Y K H S L
Decimal 128 63 216 0.41 0.71 0 0.15 265.49 0.66 0.55
Hex 80 3F D8 29 47 0 F 109 42 37
Octal 200 77 330 51 107 0 17 411 102 67
Binary 10000000 111111 11011000 101001 1000111 0 1111 100001001 1000010 110111

Color Harmonies of #803FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803FD8

Black with #803FD8

Text Example


Text Example

White with #803FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,63,216); }

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

background-color css

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

 a { background-color: rgb(128,63,216); }

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

border-color css

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

 span { border-color: rgb(128,63,216); }

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