Html Css Color HEX #883382 Dark Purple

📋 copy color: '#883382'

red 136 ◦ green 51 ◦ blue 130

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

Shades of Dark Purple #883382

Tints of Dark Purple #883382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.01%

R = 42.9%
G = 16.09%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#883382 (or 0x883382) is known color: Dark Purple. HEX triplet: 88, 33 and 82. RGB value is (136,51,130). Sum of RGB (Red+Green+Blue) = 136+51+130=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #883382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883382 is #77CC7D. Grayscale: #555555. Windows color (decimal): -7851134 or 8532872. OLE color: 8532872.

HSL color Cylindrical-coordinate representation of color #883382: hue angle of 304.24º 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 #883382 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 130 -
CMYK 0 0.62 0.04 0.47
HSL 304.24º 0.45% 0.37% -
HSV(B) 304.24º 0.63% 0.53% -
XYZ 15.37 9.21 22.09 -
YUV 85.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 136 51 130 0 0.62 0.04 0.47 304.24 0.45 0.37
Hex 88 33 82 0 3E 4 2F 130 2D 25
Octal 210 63 202 0 76 4 57 460 55 45
Binary 10001000 110011 10000010 0 111110 100 101111 100110000 101101 100101

Color Harmonies of #883382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883382

Black with #883382

Text Example


Text Example

White with #883382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883382; }

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

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

background-color css

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

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

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

border-color css

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

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

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