Html Css Color HEX #8113BD Dark Violet

📋 copy color: '#8113BD'

red 129 ◦ green 19 ◦ blue 189

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

Shades of Dark Violet #8113BD

Tints of Dark Violet #8113BD

RGB

 RED value IS 129 (50.78% from 255) = 38.28%

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

 BLUE value IS 189 (74.22% from 255) = 56.08%

R = 38.28%
G = 5.64%
B = 56.08%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8113BD (or 0x8113BD) is known color: Dark Violet. HEX triplet: 81, 13 and BD. RGB value is (129,19,189). Sum of RGB (Red+Green+Blue) = 129+19+189=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #8113BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8113BD is #7EEC42. Grayscale: #464646. Windows color (decimal): -8318019 or 12391297. OLE color: 12391297.

HSL color Cylindrical-coordinate representation of color #8113BD: hue angle of 278.82º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8113BD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 19 189 -
CMYK 0.32 0.90 0 0.26
HSL 278.82º 0.82% 0.41% -
HSV(B) 278.82º 0.9% 0.74% -
XYZ 18.47 8.81 48.87 -
YUV 71.27 194.44 169.18 -
System Red Green Blue C M Y K H S L
Decimal 129 19 189 0.32 0.90 0 0.26 278.82 0.82 0.41
Hex 81 13 BD 20 5A 0 1A 117 52 29
Octal 201 23 275 40 132 0 32 427 122 51
Binary 10000001 10011 10111101 100000 1011010 0 11010 100010111 1010010 101001

Color Harmonies of #8113BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8113BD

Black with #8113BD

Text Example


Text Example

White with #8113BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8113BD; }

 p { color: rgb(129,19,189); }

 H1.HeaderClassName
 {
   color: #8113BD;
 }
 .AnyTagClassName
 {
   color: #8113BD;
 }
</style>

background-color css

<style>
 a { background-color: #8113BD; }

 a { background-color: rgb(129,19,189); }

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

border-color css

<style>
 span { border-color: #8113BD; }

 span { border-color: rgb(129,19,189); }

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