Html Css Color HEX #8B0DDB Dark Violet

📋 copy color: '#8B0DDB'

red 139 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #8B0DDB

Tints of Dark Violet #8B0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

 BLUE value IS 219 (85.94% from 255) = 59.03%

R = 37.47%
G = 3.5%
B = 59.03%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B0DDB (or 0x8B0DDB) is known color: Dark Violet. HEX triplet: 8B, 0D and DB. RGB value is (139,13,219). Sum of RGB (Red+Green+Blue) = 139+13+219=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0DDB is #74F224. Grayscale: #494949. Windows color (decimal): -7664165 or 14355851. OLE color: 14355851.

HSL color Cylindrical-coordinate representation of color #8B0DDB: hue angle of 276.7º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0DDB is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 13 219 -
CMYK 0.37 0.94 0 0.14
HSL 276.7º 0.89% 0.45% -
HSV(B) 276.7º 0.94% 0.86% -
XYZ 23.58 10.89 67.88 -
YUV 74.16 209.74 174.25 -
System Red Green Blue C M Y K H S L
Decimal 139 13 219 0.37 0.94 0 0.14 276.7 0.89 0.45
Hex 8B D DB 25 5E 0 E 115 59 2D
Octal 213 15 333 45 136 0 16 425 131 55
Binary 10001011 1101 11011011 100101 1011110 0 1110 100010101 1011001 101101

Color Harmonies of #8B0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0DDB

Black with #8B0DDB

Text Example


Text Example

White with #8B0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,13,219); }

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

background-color css

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

 a { background-color: rgb(139,13,219); }

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

border-color css

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

 span { border-color: rgb(139,13,219); }

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