Html Css Color HEX #8B0DC2 Dark Violet

📋 copy color: '#8B0DC2'

red 139 ◦ green 13 ◦ blue 194

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

Shades of Dark Violet #8B0DC2

Tints of Dark Violet #8B0DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 56.07%

R = 40.17%
G = 3.76%
B = 56.07%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8B0DC2 (or 0x8B0DC2) is known color: Dark Violet. HEX triplet: 8B, 0D and C2. RGB value is (139,13,194). Sum of RGB (Red+Green+Blue) = 139+13+194=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 194 (76.17% from 255 or 56.07% from 346); Max value from RGB is 194 - color contains mainly: blue. Hex color #8B0DC2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0DC2 is #74F23D. Grayscale: #464646. Windows color (decimal): -7664190 or 12717451. OLE color: 12717451.

HSL color Cylindrical-coordinate representation of color #8B0DC2: hue angle of 281.77º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0DC2 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 13 194 -
CMYK 0.28 0.93 0 0.24
HSL 281.77º 0.87% 0.41% -
HSV(B) 281.77º 0.93% 0.76% -
XYZ 20.53 9.67 51.82 -
YUV 71.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 139 13 194 0.28 0.93 0 0.24 281.77 0.87 0.41
Hex 8B D C2 1C 5D 0 18 11A 57 29
Octal 213 15 302 34 135 0 30 432 127 51
Binary 10001011 1101 11000010 11100 1011101 0 11000 100011010 1010111 101001

Color Harmonies of #8B0DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0DC2

Black with #8B0DC2

Text Example


Text Example

White with #8B0DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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