Html Css Color HEX #8B0ADD Dark Violet

📋 copy color: '#8B0ADD'

red 139 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #8B0ADD

Tints of Dark Violet #8B0ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.73%

R = 37.57%
G = 2.7%
B = 59.73%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B0ADD (or 0x8B0ADD) is known color: Dark Violet. HEX triplet: 8B, 0A and DD. RGB value is (139,10,221). Sum of RGB (Red+Green+Blue) = 139+10+221=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B0ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0ADD is #74F522. Grayscale: #474747. Windows color (decimal): -7664931 or 14486155. OLE color: 14486155.

HSL color Cylindrical-coordinate representation of color #8B0ADD: hue angle of 276.68º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0ADD is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 10 221 -
CMYK 0.37 0.95 0 0.13
HSL 276.68º 0.91% 0.45% -
HSV(B) 276.68º 0.95% 0.87% -
XYZ 23.81 10.93 69.26 -
YUV 72.63 211.74 175.34 -
System Red Green Blue C M Y K H S L
Decimal 139 10 221 0.37 0.95 0 0.13 276.68 0.91 0.45
Hex 8B A DD 25 5F 0 D 115 5B 2D
Octal 213 12 335 45 137 0 15 425 133 55
Binary 10001011 1010 11011101 100101 1011111 0 1101 100010101 1011011 101101

Color Harmonies of #8B0ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0ADD

Black with #8B0ADD

Text Example


Text Example

White with #8B0ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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