Html Css Color HEX #800968 Dark Purple

📋 copy color: '#800968'

red 128 ◦ green 9 ◦ blue 104

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

Shades of Dark Purple #800968

Tints of Dark Purple #800968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 104 (41.02% from 255) = 43.15%

R = 53.11%
G = 3.73%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#800968 (or 0x800968) is known color: Dark Purple. HEX triplet: 80, 09 and 68. RGB value is (128,9,104). Sum of RGB (Red+Green+Blue) = 128+9+104=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #800968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800968 is #7FF697. Grayscale: #373737. Windows color (decimal): -8386200 or 6818176. OLE color: 6818176.

HSL color Cylindrical-coordinate representation of color #800968: hue angle of 312.1º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800968 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 104 -
CMYK 0 0.93 0.19 0.50
HSL 312.1º 0.87% 0.27% -
HSV(B) 312.1º 0.93% 0.5% -
XYZ 11.5 5.78 13.61 -
YUV 55.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 128 9 104 0 0.93 0.19 0.50 312.1 0.87 0.27
Hex 80 9 68 0 5D 13 32 138 57 1B
Octal 200 11 150 0 135 23 62 470 127 33
Binary 10000000 1001 1101000 0 1011101 10011 110010 100111000 1010111 11011

Color Harmonies of #800968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800968

Black with #800968

Text Example


Text Example

White with #800968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800968; }

 p { color: rgb(128,9,104); }

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

background-color css

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

 a { background-color: rgb(128,9,104); }

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

border-color css

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

 span { border-color: rgb(128,9,104); }

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