Html Css Color HEX #8016CA Dark Violet

📋 copy color: '#8016CA'

red 128 ◦ green 22 ◦ blue 202

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

Shades of Dark Violet #8016CA

Tints of Dark Violet #8016CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 36.36%
G = 6.25%
B = 57.39%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8016CA (or 0x8016CA) is known color: Dark Violet. HEX triplet: 80, 16 and CA. RGB value is (128,22,202). Sum of RGB (Red+Green+Blue) = 128+22+202=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #8016CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8016CA is #7FE935. Grayscale: #494949. Windows color (decimal): -8382774 or 13244032. OLE color: 13244032.

HSL color Cylindrical-coordinate representation of color #8016CA: hue angle of 275.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8016CA is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 22 202 -
CMYK 0.37 0.89 0 0.21
HSL 275.33º 0.8% 0.44% -
HSV(B) 275.33º 0.89% 0.79% -
XYZ 19.85 9.43 56.65 -
YUV 74.21 200.12 166.36 -
System Red Green Blue C M Y K H S L
Decimal 128 22 202 0.37 0.89 0 0.21 275.33 0.8 0.44
Hex 80 16 CA 25 59 0 15 113 50 2C
Octal 200 26 312 45 131 0 25 423 120 54
Binary 10000000 10110 11001010 100101 1011001 0 10101 100010011 1010000 101100

Color Harmonies of #8016CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8016CA

Black with #8016CA

Text Example


Text Example

White with #8016CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8016CA; }

 p { color: rgb(128,22,202); }

 H1.HeaderClassName
 {
   color: #8016CA;
 }
 .AnyTagClassName
 {
   color: #8016CA;
 }
</style>

background-color css

<style>
 a { background-color: #8016CA; }

 a { background-color: rgb(128,22,202); }

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

border-color css

<style>
 span { border-color: #8016CA; }

 span { border-color: rgb(128,22,202); }

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