Html Css Color HEX #8B0ACD Dark Violet

📋 copy color: '#8B0ACD'

red 139 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #8B0ACD

Tints of Dark Violet #8B0ACD

RGB

 RED value IS 139 (54.69% from 255) = 39.27%

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

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

R = 39.27%
G = 2.82%
B = 57.91%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8B0ACD (or 0x8B0ACD) is known color: Dark Violet. HEX triplet: 8B, 0A and CD. RGB value is (139,10,205). Sum of RGB (Red+Green+Blue) = 139+10+205=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B0ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0ACD is #74F532. Grayscale: #464646. Windows color (decimal): -7664947 or 13437579. OLE color: 13437579.

HSL color Cylindrical-coordinate representation of color #8B0ACD: hue angle of 279.69º 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 #8B0ACD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 10 205 -
CMYK 0.32 0.95 0 0.20
HSL 279.69º 0.91% 0.42% -
HSV(B) 279.69º 0.95% 0.8% -
XYZ 21.78 10.11 58.56 -
YUV 70.8 203.74 176.64 -
System Red Green Blue C M Y K H S L
Decimal 139 10 205 0.32 0.95 0 0.20 279.69 0.91 0.42
Hex 8B A CD 20 5F 0 14 118 5B 2A
Octal 213 12 315 40 137 0 24 430 133 52
Binary 10001011 1010 11001101 100000 1011111 0 10100 100011000 1011011 101010

Color Harmonies of #8B0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0ACD

Black with #8B0ACD

Text Example


Text Example

White with #8B0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0ACD; }

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

 H1.HeaderClassName
 {
   color: #8B0ACD;
 }
 .AnyTagClassName
 {
   color: #8B0ACD;
 }
</style>

background-color css

<style>
 a { background-color: #8B0ACD; }

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

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

border-color css

<style>
 span { border-color: #8B0ACD; }

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

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