Html Css Color HEX #8B13DC Dark Violet

📋 copy color: '#8B13DC'

red 139 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #8B13DC

Tints of Dark Violet #8B13DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

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

R = 36.77%
G = 5.03%
B = 58.2%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B13DC (or 0x8B13DC) is known color: Dark Violet. HEX triplet: 8B, 13 and DC. RGB value is (139,19,220). Sum of RGB (Red+Green+Blue) = 139+19+220=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B13DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B13DC is #74EC23. Grayscale: #4D4D4D. Windows color (decimal): -7662628 or 14422923. OLE color: 14422923.

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

Color convert

RGB 139 19 220 -
CMYK 0.37 0.91 0 0.14
HSL 275.82º 0.84% 0.47% -
HSV(B) 275.82º 0.91% 0.86% -
XYZ 23.8 11.12 68.6 -
YUV 77.79 208.26 171.66 -
System Red Green Blue C M Y K H S L
Decimal 139 19 220 0.37 0.91 0 0.14 275.82 0.84 0.47
Hex 8B 13 DC 25 5B 0 E 114 54 2F
Octal 213 23 334 45 133 0 16 424 124 57
Binary 10001011 10011 11011100 100101 1011011 0 1110 100010100 1010100 101111

Color Harmonies of #8B13DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B13DC

Black with #8B13DC

Text Example


Text Example

White with #8B13DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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