Html Css Color HEX #893282 Dark Purple

📋 copy color: '#893282'

red 137 ◦ green 50 ◦ blue 130

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

Shades of Dark Purple #893282

Tints of Dark Purple #893282

RGB

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

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

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

R = 43.22%
G = 15.77%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#893282 (or 0x893282) is known color: Dark Purple. HEX triplet: 89, 32 and 82. RGB value is (137,50,130). Sum of RGB (Red+Green+Blue) = 137+50+130=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #893282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893282 is #76CD7D. Grayscale: #545454. Windows color (decimal): -7785854 or 8532617. OLE color: 8532617.

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

Color convert

RGB 137 50 130 -
CMYK 0 0.64 0.05 0.46
HSL 304.83º 0.47% 0.37% -
HSV(B) 304.83º 0.64% 0.54% -
XYZ 15.49 9.21 22.08 -
YUV 85.13 153.32 165 -
System Red Green Blue C M Y K H S L
Decimal 137 50 130 0 0.64 0.05 0.46 304.83 0.47 0.37
Hex 89 32 82 0 40 5 2E 131 2F 25
Octal 211 62 202 0 100 5 56 461 57 45
Binary 10001001 110010 10000010 0 1000000 101 101110 100110001 101111 100101

Color Harmonies of #893282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893282

Black with #893282

Text Example


Text Example

White with #893282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893282; }

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

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

background-color css

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

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

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

border-color css

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

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

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