Html Css Color HEX #892382 Dark Purple

📋 copy color: '#892382'

red 137 ◦ green 35 ◦ blue 130

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

Shades of Dark Purple #892382

Tints of Dark Purple #892382

RGB

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

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

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

R = 45.36%
G = 11.59%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#892382 (or 0x892382) is known color: Dark Purple. HEX triplet: 89, 23 and 82. RGB value is (137,35,130). Sum of RGB (Red+Green+Blue) = 137+35+130=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #892382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892382 is #76DC7D. Grayscale: #4C4C4C. Windows color (decimal): -7789694 or 8528777. OLE color: 8528777.

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

Color convert

RGB 137 35 130 -
CMYK 0 0.74 0.05 0.46
HSL 304.12º 0.59% 0.34% -
HSV(B) 304.12º 0.74% 0.54% -
XYZ 14.95 8.13 21.9 -
YUV 76.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 137 35 130 0 0.74 0.05 0.46 304.12 0.59 0.34
Hex 89 23 82 0 4A 5 2E 130 3B 22
Octal 211 43 202 0 112 5 56 460 73 42
Binary 10001001 100011 10000010 0 1001010 101 101110 100110000 111011 100010

Color Harmonies of #892382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892382

Black with #892382

Text Example


Text Example

White with #892382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892382; }

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

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

background-color css

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

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

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

border-color css

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

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

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