Html Css Color HEX #803EED Blue Violet

📋 copy color: '#803EED'

red 128 ◦ green 62 ◦ blue 237

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

Shades of Blue Violet #803EED

Tints of Blue Violet #803EED

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.52%

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 29.98%
G = 14.52%
B = 55.5%

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

#803EED (or 0x803EED) is known color: Blue Violet. HEX triplet: 80, 3E and ED. RGB value is (128,62,237). Sum of RGB (Red+Green+Blue) = 128+62+237=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #803EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803EED is #7FC112. Grayscale: #656565. Windows color (decimal): -8372499 or 15548032. OLE color: 15548032.

HSL color Cylindrical-coordinate representation of color #803EED: hue angle of 262.63º degrees, saturation: 0.83, 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 #803EED is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 62 237 -
CMYK 0.46 0.74 0 0.07
HSL 262.63º 0.83% 0.59% -
HSV(B) 262.63º 0.74% 0.93% -
XYZ 25.91 14.15 81.49 -
YUV 101.68 204.37 146.77 -
System Red Green Blue C M Y K H S L
Decimal 128 62 237 0.46 0.74 0 0.07 262.63 0.83 0.59
Hex 80 3E ED 2E 4A 0 7 107 53 3B
Octal 200 76 355 56 112 0 7 407 123 73
Binary 10000000 111110 11101101 101110 1001010 0 111 100000111 1010011 111011

Color Harmonies of #803EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803EED

Black with #803EED

Text Example


Text Example

White with #803EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,62,237); }

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

background-color css

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

 a { background-color: rgb(128,62,237); }

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

border-color css

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

 span { border-color: rgb(128,62,237); }

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