Html Css Color HEX #8B13DD Dark Violet

📋 copy color: '#8B13DD'

red 139 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #8B13DD

Tints of Dark Violet #8B13DD

RGB

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

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

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

R = 36.68%
G = 5.01%
B = 58.31%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B13DD (or 0x8B13DD) is known color: Dark Violet. HEX triplet: 8B, 13 and DD. RGB value is (139,19,221). Sum of RGB (Red+Green+Blue) = 139+19+221=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B13DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B13DD is #74EC22. Grayscale: #4D4D4D. Windows color (decimal): -7662627 or 14488459. OLE color: 14488459.

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

Color convert

RGB 139 19 221 -
CMYK 0.37 0.91 0 0.13
HSL 275.64º 0.84% 0.47% -
HSV(B) 275.64º 0.91% 0.87% -
XYZ 23.93 11.18 69.3 -
YUV 77.91 208.76 171.57 -
System Red Green Blue C M Y K H S L
Decimal 139 19 221 0.37 0.91 0 0.13 275.64 0.84 0.47
Hex 8B 13 DD 25 5B 0 D 114 54 2F
Octal 213 23 335 45 133 0 15 424 124 57
Binary 10001011 10011 11011101 100101 1011011 0 1101 100010100 1010100 101111

Color Harmonies of #8B13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B13DD

Black with #8B13DD

Text Example


Text Example

White with #8B13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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