Html Css Color HEX #803ADE Blue Violet

📋 copy color: '#803ADE'

red 128 ◦ green 58 ◦ blue 222

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

Shades of Blue Violet #803ADE

Tints of Blue Violet #803ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.22%

 BLUE value IS 222 (87.11% from 255) = 54.41%

R = 31.37%
G = 14.22%
B = 54.41%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#803ADE (or 0x803ADE) is known color: Blue Violet. HEX triplet: 80, 3A and DE. RGB value is (128,58,222). Sum of RGB (Red+Green+Blue) = 128+58+222=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #803ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ADE is #7FC521. Grayscale: #616161. Windows color (decimal): -8373538 or 14563968. OLE color: 14563968.

HSL color Cylindrical-coordinate representation of color #803ADE: hue angle of 265.61º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803ADE is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 58 222 -
CMYK 0.42 0.74 0 0.13
HSL 265.61º 0.71% 0.55% -
HSV(B) 265.61º 0.74% 0.87% -
XYZ 23.6 12.89 70.35 -
YUV 97.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 128 58 222 0.42 0.74 0 0.13 265.61 0.71 0.55
Hex 80 3A DE 2A 4A 0 D 10A 47 37
Octal 200 72 336 52 112 0 15 412 107 67
Binary 10000000 111010 11011110 101010 1001010 0 1101 100001010 1000111 110111

Color Harmonies of #803ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803ADE

Black with #803ADE

Text Example


Text Example

White with #803ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,58,222); }

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

background-color css

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

 a { background-color: rgb(128,58,222); }

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

border-color css

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

 span { border-color: rgb(128,58,222); }

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