Html Css Color HEX #803BED Blue Violet

📋 copy color: '#803BED'

red 128 ◦ green 59 ◦ blue 237

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

Shades of Blue Violet #803BED

Tints of Blue Violet #803BED

RGB

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

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

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

R = 30.19%
G = 13.92%
B = 55.9%

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

#803BED (or 0x803BED) is known color: Blue Violet. HEX triplet: 80, 3B and ED. RGB value is (128,59,237). Sum of RGB (Red+Green+Blue) = 128+59+237=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #803BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803BED is #7FC412. Grayscale: #636363. Windows color (decimal): -8373267 or 15547264. OLE color: 15547264.

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

Color convert

RGB 128 59 237 -
CMYK 0.46 0.75 0 0.07
HSL 263.26º 0.83% 0.58% -
HSV(B) 263.26º 0.75% 0.93% -
XYZ 25.75 13.83 81.43 -
YUV 99.92 205.36 148.03 -
System Red Green Blue C M Y K H S L
Decimal 128 59 237 0.46 0.75 0 0.07 263.26 0.83 0.58
Hex 80 3B ED 2E 4B 0 7 107 53 3A
Octal 200 73 355 56 113 0 7 407 123 72
Binary 10000000 111011 11101101 101110 1001011 0 111 100000111 1010011 111010

Color Harmonies of #803BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803BED

Black with #803BED

Text Example


Text Example

White with #803BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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