Html Css Color HEX #802ACD Blue Violet

📋 copy color: '#802ACD'

red 128 ◦ green 42 ◦ blue 205

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

Shades of Blue Violet #802ACD

Tints of Blue Violet #802ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.2%

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 34.13%
G = 11.2%
B = 54.67%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#802ACD (or 0x802ACD) is known color: Blue Violet. HEX triplet: 80, 2A and CD. RGB value is (128,42,205). Sum of RGB (Red+Green+Blue) = 128+42+205=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #802ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ACD is #7FD532. Grayscale: #555555. Windows color (decimal): -8377651 or 13445760. OLE color: 13445760.

HSL color Cylindrical-coordinate representation of color #802ACD: hue angle of 271.66º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802ACD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 42 205 -
CMYK 0.38 0.80 0 0.20
HSL 271.66º 0.66% 0.48% -
HSV(B) 271.66º 0.8% 0.8% -
XYZ 20.75 10.65 58.72 -
YUV 86.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 128 42 205 0.38 0.80 0 0.20 271.66 0.66 0.48
Hex 80 2A CD 26 50 0 14 110 42 30
Octal 200 52 315 46 120 0 24 420 102 60
Binary 10000000 101010 11001101 100110 1010000 0 10100 100010000 1000010 110000

Color Harmonies of #802ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802ACD

Black with #802ACD

Text Example


Text Example

White with #802ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802ACD; }

 p { color: rgb(128,42,205); }

 H1.HeaderClassName
 {
   color: #802ACD;
 }
 .AnyTagClassName
 {
   color: #802ACD;
 }
</style>

background-color css

<style>
 a { background-color: #802ACD; }

 a { background-color: rgb(128,42,205); }

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

border-color css

<style>
 span { border-color: #802ACD; }

 span { border-color: rgb(128,42,205); }

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