Html Css Color HEX #8B06DC Dark Violet

📋 copy color: '#8B06DC'

red 139 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #8B06DC

Tints of Dark Violet #8B06DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.64%

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

R = 38.08%
G = 1.64%
B = 60.27%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B06DC (or 0x8B06DC) is known color: Dark Violet. HEX triplet: 8B, 06 and DC. RGB value is (139,6,220). Sum of RGB (Red+Green+Blue) = 139+6+220=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B06DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B06DC is #74F923. Grayscale: #454545. Windows color (decimal): -7665956 or 14419595. OLE color: 14419595.

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

Color convert

RGB 139 6 220 -
CMYK 0.37 0.97 0 0.14
HSL 277.29º 0.95% 0.44% -
HSV(B) 277.29º 0.97% 0.86% -
XYZ 23.63 10.79 68.55 -
YUV 70.16 212.56 177.1 -
System Red Green Blue C M Y K H S L
Decimal 139 6 220 0.37 0.97 0 0.14 277.29 0.95 0.44
Hex 8B 6 DC 25 61 0 E 115 5F 2C
Octal 213 6 334 45 141 0 16 425 137 54
Binary 10001011 110 11011100 100101 1100001 0 1110 100010101 1011111 101100

Color Harmonies of #8B06DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B06DC

Black with #8B06DC

Text Example


Text Example

White with #8B06DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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