Html Css Color HEX #803FEE Blue Violet

📋 copy color: '#803FEE'

red 128 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #803FEE

Tints of Blue Violet #803FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 29.84%
G = 14.69%
B = 55.48%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#803FEE (or 0x803FEE) is known color: Blue Violet. HEX triplet: 80, 3F and EE. RGB value is (128,63,238). Sum of RGB (Red+Green+Blue) = 128+63+238=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #803FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803FEE is #7FC011. Grayscale: #656565. Windows color (decimal): -8372242 or 15613824. OLE color: 15613824.

HSL color Cylindrical-coordinate representation of color #803FEE: hue angle of 262.29º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803FEE is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 63 238 -
CMYK 0.46 0.74 0 0.07
HSL 262.29º 0.84% 0.59% -
HSV(B) 262.29º 0.74% 0.93% -
XYZ 26.11 14.32 82.28 -
YUV 102.39 204.53 146.27 -
System Red Green Blue C M Y K H S L
Decimal 128 63 238 0.46 0.74 0 0.07 262.29 0.84 0.59
Hex 80 3F EE 2E 4A 0 7 106 54 3B
Octal 200 77 356 56 112 0 7 406 124 73
Binary 10000000 111111 11101110 101110 1001010 0 111 100000110 1010100 111011

Color Harmonies of #803FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803FEE

Black with #803FEE

Text Example


Text Example

White with #803FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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