Html Css Color HEX #800FCA Dark Violet

📋 copy color: '#800FCA'

red 128 ◦ green 15 ◦ blue 202

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

Shades of Dark Violet #800FCA

Tints of Dark Violet #800FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.35%

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

R = 37.1%
G = 4.35%
B = 58.55%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#800FCA (or 0x800FCA) is known color: Dark Violet. HEX triplet: 80, 0F and CA. RGB value is (128,15,202). Sum of RGB (Red+Green+Blue) = 128+15+202=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #800FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FCA is #7FF035. Grayscale: #454545. Windows color (decimal): -8384566 or 13242240. OLE color: 13242240.

HSL color Cylindrical-coordinate representation of color #800FCA: hue angle of 276.26º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FCA is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 15 202 -
CMYK 0.37 0.93 0 0.21
HSL 276.26º 0.86% 0.43% -
HSV(B) 276.26º 0.93% 0.79% -
XYZ 19.73 9.2 56.61 -
YUV 70.11 202.44 169.29 -
System Red Green Blue C M Y K H S L
Decimal 128 15 202 0.37 0.93 0 0.21 276.26 0.86 0.43
Hex 80 F CA 25 5D 0 15 114 56 2B
Octal 200 17 312 45 135 0 25 424 126 53
Binary 10000000 1111 11001010 100101 1011101 0 10101 100010100 1010110 101011

Color Harmonies of #800FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FCA

Black with #800FCA

Text Example


Text Example

White with #800FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800FCA; }

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

 H1.HeaderClassName
 {
   color: #800FCA;
 }
 .AnyTagClassName
 {
   color: #800FCA;
 }
</style>

background-color css

<style>
 a { background-color: #800FCA; }

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

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

border-color css

<style>
 span { border-color: #800FCA; }

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

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