Html Css Color HEX #892C86 Dark Purple

📋 copy color: '#892C86'

red 137 ◦ green 44 ◦ blue 134

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

Shades of Dark Purple #892C86

Tints of Dark Purple #892C86

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.97%

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 43.49%
G = 13.97%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#892C86 (or 0x892C86) is known color: Dark Purple. HEX triplet: 89, 2C and 86. RGB value is (137,44,134). Sum of RGB (Red+Green+Blue) = 137+44+134=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #892C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892C86 is #76D379. Grayscale: #515151. Windows color (decimal): -7787386 or 8793225. OLE color: 8793225.

HSL color Cylindrical-coordinate representation of color #892C86: hue angle of 301.94º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #892C86 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 44 134 -
CMYK 0 0.68 0.02 0.46
HSL 301.94º 0.51% 0.35% -
HSV(B) 301.94º 0.68% 0.54% -
XYZ 15.52 8.84 23.44 -
YUV 82.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 137 44 134 0 0.68 0.02 0.46 301.94 0.51 0.35
Hex 89 2C 86 0 44 2 2E 12E 33 23
Octal 211 54 206 0 104 2 56 456 63 43
Binary 10001001 101100 10000110 0 1000100 10 101110 100101110 110011 100011

Color Harmonies of #892C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C86

Black with #892C86

Text Example


Text Example

White with #892C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892C86; }

 p { color: rgb(137,44,134); }

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

background-color css

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

 a { background-color: rgb(137,44,134); }

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

border-color css

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

 span { border-color: rgb(137,44,134); }

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