Html Css Color HEX #882466 Dark Purple

📋 copy color: '#882466'

red 136 ◦ green 36 ◦ blue 102

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

Shades of Dark Purple #882466

Tints of Dark Purple #882466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 102 (40.23% from 255) = 37.23%

R = 49.64%
G = 13.14%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#882466 (or 0x882466) is known color: Dark Purple. HEX triplet: 88, 24 and 66. RGB value is (136,36,102). Sum of RGB (Red+Green+Blue) = 136+36+102=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #882466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882466 is #77DB99. Grayscale: #494949. Windows color (decimal): -7855002 or 6694024. OLE color: 6694024.

HSL color Cylindrical-coordinate representation of color #882466: hue angle of 320.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882466 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 36 102 -
CMYK 0 0.74 0.25 0.47
HSL 320.4º 0.58% 0.34% -
HSV(B) 320.4º 0.74% 0.53% -
XYZ 13.18 7.46 13.31 -
YUV 73.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 136 36 102 0 0.74 0.25 0.47 320.4 0.58 0.34
Hex 88 24 66 0 4A 19 2F 140 3A 22
Octal 210 44 146 0 112 31 57 500 72 42
Binary 10001000 100100 1100110 0 1001010 11001 101111 101000000 111010 100010

Color Harmonies of #882466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882466

Black with #882466

Text Example


Text Example

White with #882466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882466; }

 p { color: rgb(136,36,102); }

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

background-color css

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

 a { background-color: rgb(136,36,102); }

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

border-color css

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

 span { border-color: rgb(136,36,102); }

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