Html Css Color HEX #8013CC Dark Violet

📋 copy color: '#8013CC'

red 128 ◦ green 19 ◦ blue 204

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

Shades of Dark Violet #8013CC

Tints of Dark Violet #8013CC

RGB

 RED value IS 128 (50.39% from 255) = 36.47%

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

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

R = 36.47%
G = 5.41%
B = 58.12%

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

#8013CC (or 0x8013CC) is known color: Dark Violet. HEX triplet: 80, 13 and CC. RGB value is (128,19,204). Sum of RGB (Red+Green+Blue) = 128+19+204=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #8013CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8013CC is #7FEC33. Grayscale: #484848. Windows color (decimal): -8383540 or 13374336. OLE color: 13374336.

HSL color Cylindrical-coordinate representation of color #8013CC: hue angle of 275.35º 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 #8013CC is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 19 204 -
CMYK 0.37 0.91 0 0.2
HSL 275.35º 0.83% 0.44% -
HSV(B) 275.35º 0.91% 0.8% -
XYZ 20.03 9.41 57.89 -
YUV 72.68 202.11 167.46 -
System Red Green Blue C M Y K H S L
Decimal 128 19 204 0.37 0.91 0 0.2 275.35 0.83 0.44
Hex 80 13 CC 25 5B 0 14 113 53 2C
Octal 200 23 314 45 133 0 24 423 123 54
Binary 10000000 10011 11001100 100101 1011011 0 10100 100010011 1010011 101100

Color Harmonies of #8013CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013CC

Black with #8013CC

Text Example


Text Example

White with #8013CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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