Html Css Color HEX #800CDF Dark Violet

📋 copy color: '#800CDF'

red 128 ◦ green 12 ◦ blue 223

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

Shades of Dark Violet #800CDF

Tints of Dark Violet #800CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.31%

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 35.26%
G = 3.31%
B = 61.43%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#800CDF (or 0x800CDF) is known color: Dark Violet. HEX triplet: 80, 0C and DF. RGB value is (128,12,223). Sum of RGB (Red+Green+Blue) = 128+12+223=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #800CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CDF is #7FF320. Grayscale: #464646. Windows color (decimal): -8385313 or 14617728. OLE color: 14617728.

HSL color Cylindrical-coordinate representation of color #800CDF: hue angle of 272.99º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800CDF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 12 223 -
CMYK 0.43 0.95 0 0.13
HSL 272.99º 0.9% 0.46% -
HSV(B) 272.99º 0.95% 0.87% -
XYZ 22.35 10.18 70.6 -
YUV 70.74 213.93 168.84 -
System Red Green Blue C M Y K H S L
Decimal 128 12 223 0.43 0.95 0 0.13 272.99 0.9 0.46
Hex 80 C DF 2B 5F 0 D 111 5A 2E
Octal 200 14 337 53 137 0 15 421 132 56
Binary 10000000 1100 11011111 101011 1011111 0 1101 100010001 1011010 101110

Color Harmonies of #800CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CDF

Black with #800CDF

Text Example


Text Example

White with #800CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,12,223); }

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

background-color css

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

 a { background-color: rgb(128,12,223); }

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

border-color css

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

 span { border-color: rgb(128,12,223); }

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