Html Css Color HEX #800969 Dark Purple

📋 copy color: '#800969'

red 128 ◦ green 9 ◦ blue 105

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

Shades of Dark Purple #800969

Tints of Dark Purple #800969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 52.89%
G = 3.72%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#800969 (or 0x800969) is known color: Dark Purple. HEX triplet: 80, 09 and 69. RGB value is (128,9,105). Sum of RGB (Red+Green+Blue) = 128+9+105=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #800969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800969 is #7FF696. Grayscale: #373737. Windows color (decimal): -8386199 or 6883712. OLE color: 6883712.

HSL color Cylindrical-coordinate representation of color #800969: hue angle of 311.6º 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 #800969 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 105 -
CMYK 0 0.93 0.18 0.50
HSL 311.6º 0.87% 0.27% -
HSV(B) 311.6º 0.93% 0.5% -
XYZ 11.55 5.8 13.88 -
YUV 55.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 128 9 105 0 0.93 0.18 0.50 311.6 0.87 0.27
Hex 80 9 69 0 5D 12 32 138 57 1B
Octal 200 11 151 0 135 22 62 470 127 33
Binary 10000000 1001 1101001 0 1011101 10010 110010 100111000 1010111 11011

Color Harmonies of #800969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800969

Black with #800969

Text Example


Text Example

White with #800969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800969; }

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

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

background-color css

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

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

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

border-color css

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

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

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