Html Css Color HEX #8B05DC Dark Violet

📋 copy color: '#8B05DC'

red 139 ◦ green 5 ◦ blue 220

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

Shades of Dark Violet #8B05DC

Tints of Dark Violet #8B05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 38.19%
G = 1.37%
B = 60.44%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B05DC (or 0x8B05DC) is known color: Dark Violet. HEX triplet: 8B, 05 and DC. RGB value is (139,5,220). Sum of RGB (Red+Green+Blue) = 139+5+220=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B05DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B05DC is #74FA23. Grayscale: #444444. Windows color (decimal): -7666212 or 14419339. OLE color: 14419339.

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

Color convert

RGB 139 5 220 -
CMYK 0.37 0.98 0 0.14
HSL 277.4º 0.96% 0.44% -
HSV(B) 277.4º 0.98% 0.86% -
XYZ 23.62 10.76 68.54 -
YUV 69.58 212.89 177.52 -
System Red Green Blue C M Y K H S L
Decimal 139 5 220 0.37 0.98 0 0.14 277.4 0.96 0.44
Hex 8B 5 DC 25 62 0 E 115 60 2C
Octal 213 5 334 45 142 0 16 425 140 54
Binary 10001011 101 11011100 100101 1100010 0 1110 100010101 1100000 101100

Color Harmonies of #8B05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05DC

Black with #8B05DC

Text Example


Text Example

White with #8B05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,5,220); }

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

background-color css

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

 a { background-color: rgb(139,5,220); }

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

border-color css

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

 span { border-color: rgb(139,5,220); }

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