Html Css Color HEX #893382 Dark Purple

📋 copy color: '#893382'

red 137 ◦ green 51 ◦ blue 130

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

Shades of Dark Purple #893382

Tints of Dark Purple #893382

RGB

 RED value IS 137 (53.91% from 255) = 43.08%

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

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

R = 43.08%
G = 16.04%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#893382 (or 0x893382) is known color: Dark Purple. HEX triplet: 89, 33 and 82. RGB value is (137,51,130). Sum of RGB (Red+Green+Blue) = 137+51+130=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #893382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893382 is #76CC7D. Grayscale: #555555. Windows color (decimal): -7785598 or 8532873. OLE color: 8532873.

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

Color convert

RGB 137 51 130 -
CMYK 0 0.63 0.05 0.46
HSL 304.88º 0.46% 0.37% -
HSV(B) 304.88º 0.63% 0.54% -
XYZ 15.53 9.3 22.1 -
YUV 85.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 137 51 130 0 0.63 0.05 0.46 304.88 0.46 0.37
Hex 89 33 82 0 3F 5 2E 131 2E 25
Octal 211 63 202 0 77 5 56 461 56 45
Binary 10001001 110011 10000010 0 111111 101 101110 100110001 101110 100101

Color Harmonies of #893382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893382

Black with #893382

Text Example


Text Example

White with #893382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893382; }

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

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

background-color css

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

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

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

border-color css

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

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

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