Html Css Color HEX #89267C Dark Purple

📋 copy color: '#89267C'

red 137 ◦ green 38 ◦ blue 124

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

Shades of Dark Purple #89267C

Tints of Dark Purple #89267C

RGB

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

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

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

R = 45.82%
G = 12.71%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89267C (or 0x89267C) is known color: Dark Purple. HEX triplet: 89, 26 and 7C. RGB value is (137,38,124). Sum of RGB (Red+Green+Blue) = 137+38+124=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #89267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89267C is #76D983. Grayscale: #4D4D4D. Windows color (decimal): -7788932 or 8136329. OLE color: 8136329.

HSL color Cylindrical-coordinate representation of color #89267C: hue angle of 307.88º 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 #89267C is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 38 124 -
CMYK 0 0.72 0.09 0.46
HSL 307.88º 0.57% 0.34% -
HSV(B) 307.88º 0.72% 0.54% -
XYZ 14.65 8.16 19.87 -
YUV 77.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 137 38 124 0 0.72 0.09 0.46 307.88 0.57 0.34
Hex 89 26 7C 0 48 9 2E 134 39 22
Octal 211 46 174 0 110 11 56 464 71 42
Binary 10001001 100110 1111100 0 1001000 1001 101110 100110100 111001 100010

Color Harmonies of #89267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89267C

Black with #89267C

Text Example


Text Example

White with #89267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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