Html Css Color HEX #892D75 Dark Purple

📋 copy color: '#892D75'

red 137 ◦ green 45 ◦ blue 117

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

Shades of Dark Purple #892D75

Tints of Dark Purple #892D75

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 45.82%
G = 15.05%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#892D75 (or 0x892D75) is known color: Dark Purple. HEX triplet: 89, 2D and 75. RGB value is (137,45,117). Sum of RGB (Red+Green+Blue) = 137+45+117=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #892D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D75 is #76D28A. Grayscale: #505050. Windows color (decimal): -7787147 or 7679369. OLE color: 7679369.

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

Color convert

RGB 137 45 117 -
CMYK 0 0.67 0.15 0.46
HSL 313.04º 0.51% 0.36% -
HSV(B) 313.04º 0.67% 0.54% -
XYZ 14.47 8.48 17.7 -
YUV 80.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 137 45 117 0 0.67 0.15 0.46 313.04 0.51 0.36
Hex 89 2D 75 0 43 F 2E 139 33 24
Octal 211 55 165 0 103 17 56 471 63 44
Binary 10001001 101101 1110101 0 1000011 1111 101110 100111001 110011 100100

Color Harmonies of #892D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D75

Black with #892D75

Text Example


Text Example

White with #892D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,45,117); }

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

background-color css

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

 a { background-color: rgb(137,45,117); }

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

border-color css

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

 span { border-color: rgb(137,45,117); }

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