Html Css Color HEX #892364 Dark Purple

📋 copy color: '#892364'

red 137 ◦ green 35 ◦ blue 100

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

Shades of Dark Purple #892364

Tints of Dark Purple #892364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

 BLUE value IS 100 (39.45% from 255) = 36.76%

R = 50.37%
G = 12.87%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#892364 (or 0x892364) is known color: Dark Purple. HEX triplet: 89, 23 and 64. RGB value is (137,35,100). Sum of RGB (Red+Green+Blue) = 137+35+100=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #892364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892364 is #76DC9B. Grayscale: #484848. Windows color (decimal): -7789724 or 6562697. OLE color: 6562697.

HSL color Cylindrical-coordinate representation of color #892364: hue angle of 321.76º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892364 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 100 -
CMYK 0 0.74 0.27 0.46
HSL 321.76º 0.59% 0.34% -
HSV(B) 321.76º 0.74% 0.54% -
XYZ 13.22 7.44 12.8 -
YUV 72.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 137 35 100 0 0.74 0.27 0.46 321.76 0.59 0.34
Hex 89 23 64 0 4A 1B 2E 142 3B 22
Octal 211 43 144 0 112 33 56 502 73 42
Binary 10001001 100011 1100100 0 1001010 11011 101110 101000010 111011 100010

Color Harmonies of #892364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892364

Black with #892364

Text Example


Text Example

White with #892364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892364; }

 p { color: rgb(137,35,100); }

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

background-color css

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

 a { background-color: rgb(137,35,100); }

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

border-color css

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

 span { border-color: rgb(137,35,100); }

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