Html Css Color HEX #8113CC Dark Violet

📋 copy color: '#8113CC'

red 129 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #8113CC

Tints of Dark Violet #8113CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 57.95%

R = 36.65%
G = 5.4%
B = 57.95%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8113CC (or 0x8113CC) is known color: Dark Violet. HEX triplet: 81, 13 and CC. RGB value is (129,19,204). Sum of RGB (Red+Green+Blue) = 129+19+204=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8113CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8113CC is #7EEC33. Grayscale: #484848. Windows color (decimal): -8318004 or 13374337. OLE color: 13374337.

HSL color Cylindrical-coordinate representation of color #8113CC: hue angle of 275.68º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8113CC is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 19 204 -
CMYK 0.37 0.91 0 0.2
HSL 275.68º 0.83% 0.44% -
HSV(B) 275.68º 0.91% 0.8% -
XYZ 20.19 9.49 57.9 -
YUV 72.98 201.94 167.96 -
System Red Green Blue C M Y K H S L
Decimal 129 19 204 0.37 0.91 0 0.2 275.68 0.83 0.44
Hex 81 13 CC 25 5B 0 14 114 53 2C
Octal 201 23 314 45 133 0 24 424 123 54
Binary 10000001 10011 11001100 100101 1011011 0 10100 100010100 1010011 101100

Color Harmonies of #8113CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8113CC

Black with #8113CC

Text Example


Text Example

White with #8113CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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