Html Css Color HEX #89266D Dark Purple

📋 copy color: '#89266D'

red 137 ◦ green 38 ◦ blue 109

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

Shades of Dark Purple #89266D

Tints of Dark Purple #89266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 48.24%
G = 13.38%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89266D (or 0x89266D) is known color: Dark Purple. HEX triplet: 89, 26 and 6D. RGB value is (137,38,109). Sum of RGB (Red+Green+Blue) = 137+38+109=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #89266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89266D is #76D992. Grayscale: #4B4B4B. Windows color (decimal): -7788947 or 7153289. OLE color: 7153289.

HSL color Cylindrical-coordinate representation of color #89266D: hue angle of 316.97º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #89266D is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 109 -
CMYK 0 0.72 0.20 0.46
HSL 316.97º 0.57% 0.34% -
HSV(B) 316.97º 0.72% 0.54% -
XYZ 13.77 7.81 15.25 -
YUV 75.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 137 38 109 0 0.72 0.20 0.46 316.97 0.57 0.34
Hex 89 26 6D 0 48 14 2E 13D 39 22
Octal 211 46 155 0 110 24 56 475 71 42
Binary 10001001 100110 1101101 0 1001000 10100 101110 100111101 111001 100010

Color Harmonies of #89266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89266D

Black with #89266D

Text Example


Text Example

White with #89266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89266D; }

 p { color: rgb(137,38,109); }

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

background-color css

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

 a { background-color: rgb(137,38,109); }

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

border-color css

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

 span { border-color: rgb(137,38,109); }

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