Html Css Color HEX #893381 Dark Purple

📋 copy color: '#893381'

red 137 ◦ green 51 ◦ blue 129

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

Shades of Dark Purple #893381

Tints of Dark Purple #893381

RGB

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

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

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

R = 43.22%
G = 16.09%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#893381 (or 0x893381) is known color: Dark Purple. HEX triplet: 89, 33 and 81. RGB value is (137,51,129). Sum of RGB (Red+Green+Blue) = 137+51+129=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #893381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893381 is #76CC7E. Grayscale: #555555. Windows color (decimal): -7785599 or 8467337. OLE color: 8467337.

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

Color convert

RGB 137 51 129 -
CMYK 0 0.63 0.06 0.46
HSL 305.58º 0.46% 0.37% -
HSV(B) 305.58º 0.63% 0.54% -
XYZ 15.46 9.27 21.74 -
YUV 85.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 137 51 129 0 0.63 0.06 0.46 305.58 0.46 0.37
Hex 89 33 81 0 3F 6 2E 132 2E 25
Octal 211 63 201 0 77 6 56 462 56 45
Binary 10001001 110011 10000001 0 111111 110 101110 100110010 101110 100101

Color Harmonies of #893381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893381

Black with #893381

Text Example


Text Example

White with #893381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893381; }

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

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

background-color css

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

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

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

border-color css

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

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

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