Html Css Color HEX #892282 Dark Purple

📋 copy color: '#892282'

red 137 ◦ green 34 ◦ blue 130

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

Shades of Dark Purple #892282

Tints of Dark Purple #892282

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 45.51%
G = 11.3%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#892282 (or 0x892282) is known color: Dark Purple. HEX triplet: 89, 22 and 82. RGB value is (137,34,130). Sum of RGB (Red+Green+Blue) = 137+34+130=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #892282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892282 is #76DD7D. Grayscale: #4B4B4B. Windows color (decimal): -7789950 or 8528521. OLE color: 8528521.

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

Color convert

RGB 137 34 130 -
CMYK 0 0.75 0.05 0.46
HSL 304.08º 0.6% 0.34% -
HSV(B) 304.08º 0.75% 0.54% -
XYZ 14.92 8.07 21.89 -
YUV 75.74 158.62 171.69 -
System Red Green Blue C M Y K H S L
Decimal 137 34 130 0 0.75 0.05 0.46 304.08 0.6 0.34
Hex 89 22 82 0 4B 5 2E 130 3C 22
Octal 211 42 202 0 113 5 56 460 74 42
Binary 10001001 100010 10000010 0 1001011 101 101110 100110000 111100 100010

Color Harmonies of #892282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892282

Black with #892282

Text Example


Text Example

White with #892282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892282; }

 p { color: rgb(137,34,130); }

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

background-color css

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

 a { background-color: rgb(137,34,130); }

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

border-color css

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

 span { border-color: rgb(137,34,130); }

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