Html Css Color HEX #881968 Dark Purple

📋 copy color: '#881968'

red 136 ◦ green 25 ◦ blue 104

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

Shades of Dark Purple #881968

Tints of Dark Purple #881968

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 51.32%
G = 9.43%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#881968 (or 0x881968) is known color: Dark Purple. HEX triplet: 88, 19 and 68. RGB value is (136,25,104). Sum of RGB (Red+Green+Blue) = 136+25+104=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #881968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881968 is #77E697. Grayscale: #424242. Windows color (decimal): -7857816 or 6822280. OLE color: 6822280.

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

Color convert

RGB 136 25 104 -
CMYK 0 0.82 0.24 0.47
HSL 317.3º 0.69% 0.32% -
HSV(B) 317.3º 0.82% 0.53% -
XYZ 13 6.93 13.75 -
YUV 67.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 136 25 104 0 0.82 0.24 0.47 317.3 0.69 0.32
Hex 88 19 68 0 52 18 2F 13D 45 20
Octal 210 31 150 0 122 30 57 475 105 40
Binary 10001000 11001 1101000 0 1010010 11000 101111 100111101 1000101 100000

Color Harmonies of #881968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881968

Black with #881968

Text Example


Text Example

White with #881968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881968; }

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

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

background-color css

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

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

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

border-color css

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

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

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