Html Css Color HEX #883281 Dark Purple

📋 copy color: '#883281'

red 136 ◦ green 50 ◦ blue 129

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

Shades of Dark Purple #883281

Tints of Dark Purple #883281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 129 (50.78% from 255) = 40.95%

R = 43.17%
G = 15.87%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#883281 (or 0x883281) is known color: Dark Purple. HEX triplet: 88, 32 and 81. RGB value is (136,50,129). Sum of RGB (Red+Green+Blue) = 136+50+129=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #883281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883281 is #77CD7E. Grayscale: #545454. Windows color (decimal): -7851391 or 8467080. OLE color: 8467080.

HSL color Cylindrical-coordinate representation of color #883281: hue angle of 304.88º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883281 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 50 129 -
CMYK 0 0.63 0.05 0.47
HSL 304.88º 0.46% 0.36% -
HSV(B) 304.88º 0.63% 0.53% -
XYZ 15.26 9.1 21.72 -
YUV 84.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 136 50 129 0 0.63 0.05 0.47 304.88 0.46 0.36
Hex 88 32 81 0 3F 5 2F 131 2E 24
Octal 210 62 201 0 77 5 57 461 56 44
Binary 10001000 110010 10000001 0 111111 101 101111 100110001 101110 100100

Color Harmonies of #883281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883281

Black with #883281

Text Example


Text Example

White with #883281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883281; }

 p { color: rgb(136,50,129); }

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

background-color css

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

 a { background-color: rgb(136,50,129); }

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

border-color css

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

 span { border-color: rgb(136,50,129); }

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