Html Css Color HEX #872166 Dark Purple

📋 copy color: '#872166'

red 135 ◦ green 33 ◦ blue 102

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

Shades of Dark Purple #872166

Tints of Dark Purple #872166

RGB

 RED value IS 135 (53.13% from 255) = 50%

 GREEN value IS 33 (13.28% from 255) = 12.22%

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

R = 50%
G = 12.22%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#872166 (or 0x872166) is known color: Dark Purple. HEX triplet: 87, 21 and 66. RGB value is (135,33,102). Sum of RGB (Red+Green+Blue) = 135+33+102=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #872166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872166 is #78DE99. Grayscale: #474747. Windows color (decimal): -7921306 or 6693255. OLE color: 6693255.

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

Color convert

RGB 135 33 102 -
CMYK 0 0.76 0.24 0.47
HSL 319.41º 0.61% 0.33% -
HSV(B) 319.41º 0.76% 0.53% -
XYZ 12.93 7.2 13.28 -
YUV 71.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 135 33 102 0 0.76 0.24 0.47 319.41 0.61 0.33
Hex 87 21 66 0 4C 18 2F 13F 3D 21
Octal 207 41 146 0 114 30 57 477 75 41
Binary 10000111 100001 1100110 0 1001100 11000 101111 100111111 111101 100001

Color Harmonies of #872166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872166

Black with #872166

Text Example


Text Example

White with #872166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872166; }

 p { color: rgb(135,33,102); }

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

background-color css

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

 a { background-color: rgb(135,33,102); }

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

border-color css

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

 span { border-color: rgb(135,33,102); }

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