Html Css Color HEX #881268 Dark Purple

📋 copy color: '#881268'

red 136 ◦ green 18 ◦ blue 104

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

Shades of Dark Purple #881268

Tints of Dark Purple #881268

RGB

 RED value IS 136 (53.52% from 255) = 52.71%

 GREEN value IS 18 (7.42% from 255) = 6.98%

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

R = 52.71%
G = 6.98%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#881268 (or 0x881268) is known color: Dark Purple. HEX triplet: 88, 12 and 68. RGB value is (136,18,104). Sum of RGB (Red+Green+Blue) = 136+18+104=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #881268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881268 is #77ED97. Grayscale: #3E3E3E. Windows color (decimal): -7859608 or 6820488. OLE color: 6820488.

HSL color Cylindrical-coordinate representation of color #881268: hue angle of 316.27º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881268 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 104 -
CMYK 0 0.87 0.24 0.47
HSL 316.27º 0.77% 0.3% -
HSV(B) 316.27º 0.87% 0.53% -
XYZ 12.87 6.67 13.71 -
YUV 63.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 136 18 104 0 0.87 0.24 0.47 316.27 0.77 0.3
Hex 88 12 68 0 57 18 2F 13C 4D 1E
Octal 210 22 150 0 127 30 57 474 115 36
Binary 10001000 10010 1101000 0 1010111 11000 101111 100111100 1001101 11110

Color Harmonies of #881268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881268

Black with #881268

Text Example


Text Example

White with #881268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881268; }

 p { color: rgb(136,18,104); }

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

background-color css

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

 a { background-color: rgb(136,18,104); }

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

border-color css

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

 span { border-color: rgb(136,18,104); }

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