Html Css Color HEX #892874 Dark Purple

📋 copy color: '#892874'

red 137 ◦ green 40 ◦ blue 116

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

Shades of Dark Purple #892874

Tints of Dark Purple #892874

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 46.76%
G = 13.65%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#892874 (or 0x892874) is known color: Dark Purple. HEX triplet: 89, 28 and 74. RGB value is (137,40,116). Sum of RGB (Red+Green+Blue) = 137+40+116=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #892874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892874 is #76D78B. Grayscale: #4D4D4D. Windows color (decimal): -7788428 or 7612553. OLE color: 7612553.

HSL color Cylindrical-coordinate representation of color #892874: hue angle of 312.99º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #892874 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 40 116 -
CMYK 0 0.71 0.15 0.46
HSL 312.99º 0.55% 0.35% -
HSV(B) 312.99º 0.71% 0.54% -
XYZ 14.23 8.1 17.34 -
YUV 77.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 137 40 116 0 0.71 0.15 0.46 312.99 0.55 0.35
Hex 89 28 74 0 47 F 2E 139 37 23
Octal 211 50 164 0 107 17 56 471 67 43
Binary 10001001 101000 1110100 0 1000111 1111 101110 100111001 110111 100011

Color Harmonies of #892874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892874

Black with #892874

Text Example


Text Example

White with #892874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892874; }

 p { color: rgb(137,40,116); }

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

background-color css

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

 a { background-color: rgb(137,40,116); }

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

border-color css

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

 span { border-color: rgb(137,40,116); }

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