Html Css Color HEX #883482 Dark Purple

📋 copy color: '#883482'

red 136 ◦ green 52 ◦ blue 130

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

Shades of Dark Purple #883482

Tints of Dark Purple #883482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 42.77%
G = 16.35%
B = 40.88%

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

#883482 (or 0x883482) is known color: Dark Purple. HEX triplet: 88, 34 and 82. RGB value is (136,52,130). Sum of RGB (Red+Green+Blue) = 136+52+130=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #883482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #883482 is #77CB7D. Grayscale: #555555. Windows color (decimal): -7850878 or 8533128. OLE color: 8533128.

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

Color convert

RGB 136 52 130 -
CMYK 0 0.62 0.04 0.47
HSL 304.29º 0.45% 0.37% -
HSV(B) 304.29º 0.62% 0.53% -
XYZ 15.41 9.3 22.1 -
YUV 86.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 136 52 130 0 0.62 0.04 0.47 304.29 0.45 0.37
Hex 88 34 82 0 3E 4 2F 130 2D 25
Octal 210 64 202 0 76 4 57 460 55 45
Binary 10001000 110100 10000010 0 111110 100 101111 100110000 101101 100101

Color Harmonies of #883482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883482

Black with #883482

Text Example


Text Example

White with #883482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883482; }

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

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

background-color css

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

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

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

border-color css

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

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

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