Html Css Color HEX #800ACD Dark Violet

📋 copy color: '#800ACD'

red 128 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #800ACD

Tints of Dark Violet #800ACD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.92%

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

R = 37.32%
G = 2.92%
B = 59.77%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#800ACD (or 0x800ACD) is known color: Dark Violet. HEX triplet: 80, 0A and CD. RGB value is (128,10,205). Sum of RGB (Red+Green+Blue) = 128+10+205=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #800ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ACD is #7FF532. Grayscale: #424242. Windows color (decimal): -8385843 or 13437568. OLE color: 13437568.

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

Color convert

RGB 128 10 205 -
CMYK 0.38 0.95 0 0.20
HSL 276.31º 0.91% 0.42% -
HSV(B) 276.31º 0.95% 0.8% -
XYZ 20.03 9.21 58.48 -
YUV 67.51 205.59 171.14 -
System Red Green Blue C M Y K H S L
Decimal 128 10 205 0.38 0.95 0 0.20 276.31 0.91 0.42
Hex 80 A CD 26 5F 0 14 114 5B 2A
Octal 200 12 315 46 137 0 24 424 133 52
Binary 10000000 1010 11001101 100110 1011111 0 10100 100010100 1011011 101010

Color Harmonies of #800ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ACD

Black with #800ACD

Text Example


Text Example

White with #800ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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