Html Css Color HEX #892F7C Dark Purple

📋 copy color: '#892F7C'

red 137 ◦ green 47 ◦ blue 124

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

Shades of Dark Purple #892F7C

Tints of Dark Purple #892F7C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 44.48%
G = 15.26%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#892F7C (or 0x892F7C) is known color: Dark Purple. HEX triplet: 89, 2F and 7C. RGB value is (137,47,124). Sum of RGB (Red+Green+Blue) = 137+47+124=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #892F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892F7C is #76D083. Grayscale: #525252. Windows color (decimal): -7786628 or 8138633. OLE color: 8138633.

HSL color Cylindrical-coordinate representation of color #892F7C: hue angle of 308.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F7C is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 47 124 -
CMYK 0 0.66 0.09 0.46
HSL 308.67º 0.49% 0.36% -
HSV(B) 308.67º 0.66% 0.54% -
XYZ 14.97 8.81 19.98 -
YUV 82.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 137 47 124 0 0.66 0.09 0.46 308.67 0.49 0.36
Hex 89 2F 7C 0 42 9 2E 135 31 24
Octal 211 57 174 0 102 11 56 465 61 44
Binary 10001001 101111 1111100 0 1000010 1001 101110 100110101 110001 100100

Color Harmonies of #892F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F7C

Black with #892F7C

Text Example


Text Example

White with #892F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,47,124); }

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

background-color css

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

 a { background-color: rgb(137,47,124); }

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

border-color css

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

 span { border-color: rgb(137,47,124); }

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