Html Css Color HEX #882367 Dark Purple

📋 copy color: '#882367'

red 136 ◦ green 35 ◦ blue 103

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

Shades of Dark Purple #882367

Tints of Dark Purple #882367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

 BLUE value IS 103 (40.63% from 255) = 37.59%

R = 49.64%
G = 12.77%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#882367 (or 0x882367) is known color: Dark Purple. HEX triplet: 88, 23 and 67. RGB value is (136,35,103). Sum of RGB (Red+Green+Blue) = 136+35+103=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #882367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882367 is #77DC98. Grayscale: #484848. Windows color (decimal): -7855257 or 6759304. OLE color: 6759304.

HSL color Cylindrical-coordinate representation of color #882367: hue angle of 319.6º degrees, saturation: 0.59, 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 #882367 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 103 -
CMYK 0 0.74 0.24 0.47
HSL 319.6º 0.59% 0.34% -
HSV(B) 319.6º 0.74% 0.53% -
XYZ 13.2 7.42 13.57 -
YUV 72.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 136 35 103 0 0.74 0.24 0.47 319.6 0.59 0.34
Hex 88 23 67 0 4A 18 2F 140 3B 22
Octal 210 43 147 0 112 30 57 500 73 42
Binary 10001000 100011 1100111 0 1001010 11000 101111 101000000 111011 100010

Color Harmonies of #882367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882367

Black with #882367

Text Example


Text Example

White with #882367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882367; }

 p { color: rgb(136,35,103); }

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

background-color css

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

 a { background-color: rgb(136,35,103); }

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

border-color css

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

 span { border-color: rgb(136,35,103); }

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