Html Css Color HEX #893281 Dark Purple

📋 copy color: '#893281'

red 137 ◦ green 50 ◦ blue 129

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

Shades of Dark Purple #893281

Tints of Dark Purple #893281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 43.35%
G = 15.82%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#893281 (or 0x893281) is known color: Dark Purple. HEX triplet: 89, 32 and 81. RGB value is (137,50,129). Sum of RGB (Red+Green+Blue) = 137+50+129=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #893281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893281 is #76CD7E. Grayscale: #545454. Windows color (decimal): -7785855 or 8467081. OLE color: 8467081.

HSL color Cylindrical-coordinate representation of color #893281: hue angle of 305.52º 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 #893281 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 50 129 -
CMYK 0 0.64 0.06 0.46
HSL 305.52º 0.47% 0.37% -
HSV(B) 305.52º 0.64% 0.54% -
XYZ 15.42 9.18 21.73 -
YUV 85.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 137 50 129 0 0.64 0.06 0.46 305.52 0.47 0.37
Hex 89 32 81 0 40 6 2E 132 2F 25
Octal 211 62 201 0 100 6 56 462 57 45
Binary 10001001 110010 10000001 0 1000000 110 101110 100110010 101111 100101

Color Harmonies of #893281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893281

Black with #893281

Text Example


Text Example

White with #893281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893281; }

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

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

background-color css

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

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

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

border-color css

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

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

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