Html Css Color HEX #892175 Dark Purple

📋 copy color: '#892175'

red 137 ◦ green 33 ◦ blue 117

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

Shades of Dark Purple #892175

Tints of Dark Purple #892175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

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

R = 47.74%
G = 11.5%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#892175 (or 0x892175) is known color: Dark Purple. HEX triplet: 89, 21 and 75. RGB value is (137,33,117). Sum of RGB (Red+Green+Blue) = 137+33+117=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #892175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892175 is #76DE8A. Grayscale: #494949. Windows color (decimal): -7790219 or 7676297. OLE color: 7676297.

HSL color Cylindrical-coordinate representation of color #892175: hue angle of 311.54º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #892175 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 33 117 -
CMYK 0 0.76 0.15 0.46
HSL 311.54º 0.61% 0.33% -
HSV(B) 311.54º 0.76% 0.54% -
XYZ 14.07 7.69 17.57 -
YUV 73.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 137 33 117 0 0.76 0.15 0.46 311.54 0.61 0.33
Hex 89 21 75 0 4C F 2E 138 3D 21
Octal 211 41 165 0 114 17 56 470 75 41
Binary 10001001 100001 1110101 0 1001100 1111 101110 100111000 111101 100001

Color Harmonies of #892175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892175

Black with #892175

Text Example


Text Example

White with #892175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892175; }

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

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

background-color css

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

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

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

border-color css

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

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

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