Html Css Color HEX #803ACE Blue Violet

📋 copy color: '#803ACE'

red 128 ◦ green 58 ◦ blue 206

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

Shades of Blue Violet #803ACE

Tints of Blue Violet #803ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 32.65%
G = 14.8%
B = 52.55%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#803ACE (or 0x803ACE) is known color: Blue Violet. HEX triplet: 80, 3A and CE. RGB value is (128,58,206). Sum of RGB (Red+Green+Blue) = 128+58+206=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #803ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ACE is #7FC531. Grayscale: #5F5F5F. Windows color (decimal): -8373554 or 13515392. OLE color: 13515392.

HSL color Cylindrical-coordinate representation of color #803ACE: hue angle of 268.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #803ACE is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 58 206 -
CMYK 0.38 0.72 0 0.19
HSL 268.38º 0.6% 0.52% -
HSV(B) 268.38º 0.72% 0.81% -
XYZ 21.56 12.07 59.59 -
YUV 95.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 128 58 206 0.38 0.72 0 0.19 268.38 0.6 0.52
Hex 80 3A CE 26 48 0 13 10C 3C 34
Octal 200 72 316 46 110 0 23 414 74 64
Binary 10000000 111010 11001110 100110 1001000 0 10011 100001100 111100 110100

Color Harmonies of #803ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803ACE

Black with #803ACE

Text Example


Text Example

White with #803ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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