Html Css Color HEX #883380 Dark Purple

📋 copy color: '#883380'

red 136 ◦ green 51 ◦ blue 128

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

Shades of Dark Purple #883380

Tints of Dark Purple #883380

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 43.17%
G = 16.19%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#883380 (or 0x883380) is known color: Dark Purple. HEX triplet: 88, 33 and 80. RGB value is (136,51,128). Sum of RGB (Red+Green+Blue) = 136+51+128=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #883380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883380 is #77CC7F. Grayscale: #545454. Windows color (decimal): -7851136 or 8401800. OLE color: 8401800.

HSL color Cylindrical-coordinate representation of color #883380: hue angle of 305.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883380 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 128 -
CMYK 0 0.62 0.06 0.47
HSL 305.65º 0.45% 0.37% -
HSV(B) 305.65º 0.63% 0.53% -
XYZ 15.23 9.16 21.39 -
YUV 85.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 136 51 128 0 0.62 0.06 0.47 305.65 0.45 0.37
Hex 88 33 80 0 3E 6 2F 132 2D 25
Octal 210 63 200 0 76 6 57 462 55 45
Binary 10001000 110011 10000000 0 111110 110 101111 100110010 101101 100101

Color Harmonies of #883380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883380

Black with #883380

Text Example


Text Example

White with #883380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883380; }

 p { color: rgb(136,51,128); }

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

background-color css

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

 a { background-color: rgb(136,51,128); }

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

border-color css

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

 span { border-color: rgb(136,51,128); }

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