Html Css Color HEX #800FCF Dark Violet

📋 copy color: '#800FCF'

red 128 ◦ green 15 ◦ blue 207

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

Shades of Dark Violet #800FCF

Tints of Dark Violet #800FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 36.57%
G = 4.29%
B = 59.14%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#800FCF (or 0x800FCF) is known color: Dark Violet. HEX triplet: 80, 0F and CF. RGB value is (128,15,207). Sum of RGB (Red+Green+Blue) = 128+15+207=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #800FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FCF is #7FF030. Grayscale: #464646. Windows color (decimal): -8384561 or 13569920. OLE color: 13569920.

HSL color Cylindrical-coordinate representation of color #800FCF: hue angle of 275.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FCF is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 15 207 -
CMYK 0.38 0.93 0 0.19
HSL 275.31º 0.86% 0.44% -
HSV(B) 275.31º 0.93% 0.81% -
XYZ 20.34 9.44 59.78 -
YUV 70.68 204.94 168.89 -
System Red Green Blue C M Y K H S L
Decimal 128 15 207 0.38 0.93 0 0.19 275.31 0.86 0.44
Hex 80 F CF 26 5D 0 13 113 56 2C
Octal 200 17 317 46 135 0 23 423 126 54
Binary 10000000 1111 11001111 100110 1011101 0 10011 100010011 1010110 101100

Color Harmonies of #800FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FCF

Black with #800FCF

Text Example


Text Example

White with #800FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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