Html Css Color HEX #803BEE Blue Violet

📋 copy color: '#803BEE'

red 128 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #803BEE

Tints of Blue Violet #803BEE

RGB

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

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

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

R = 30.12%
G = 13.88%
B = 56%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#803BEE (or 0x803BEE) is known color: Blue Violet. HEX triplet: 80, 3B and EE. RGB value is (128,59,238). Sum of RGB (Red+Green+Blue) = 128+59+238=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 238 (93.36% from 255 or 56% from 425); Max value from RGB is 238 - color contains mainly: blue. Hex color #803BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803BEE is #7FC411. Grayscale: #636363. Windows color (decimal): -8373266 or 15612800. OLE color: 15612800.

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

Color convert

RGB 128 59 238 -
CMYK 0.46 0.75 0 0.07
HSL 263.13º 0.84% 0.58% -
HSV(B) 263.13º 0.75% 0.93% -
XYZ 25.9 13.89 82.2 -
YUV 100.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 128 59 238 0.46 0.75 0 0.07 263.13 0.84 0.58
Hex 80 3B EE 2E 4B 0 7 107 54 3A
Octal 200 73 356 56 113 0 7 407 124 72
Binary 10000000 111011 11101110 101110 1001011 0 111 100000111 1010100 111010

Color Harmonies of #803BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BEE

Black with #803BEE

Text Example


Text Example

White with #803BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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