Html Css Color HEX #8B0ACC Dark Violet

📋 copy color: '#8B0ACC'

red 139 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #8B0ACC

Tints of Dark Violet #8B0ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.79%

R = 39.38%
G = 2.83%
B = 57.79%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8B0ACC (or 0x8B0ACC) is known color: Dark Violet. HEX triplet: 8B, 0A and CC. RGB value is (139,10,204). Sum of RGB (Red+Green+Blue) = 139+10+204=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0ACC is #74F533. Grayscale: #464646. Windows color (decimal): -7664948 or 13372043. OLE color: 13372043.

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

Color convert

RGB 139 10 204 -
CMYK 0.32 0.95 0 0.2
HSL 279.9º 0.91% 0.42% -
HSV(B) 279.9º 0.95% 0.8% -
XYZ 21.66 10.07 57.93 -
YUV 70.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 139 10 204 0.32 0.95 0 0.2 279.9 0.91 0.42
Hex 8B A CC 20 5F 0 14 118 5B 2A
Octal 213 12 314 40 137 0 24 430 133 52
Binary 10001011 1010 11001100 100000 1011111 0 10100 100011000 1011011 101010

Color Harmonies of #8B0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0ACC

Black with #8B0ACC

Text Example


Text Example

White with #8B0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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