Html Css Color HEX #89267F Dark Purple

📋 copy color: '#89267F'

red 137 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #89267F

Tints of Dark Purple #89267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.05%

R = 45.36%
G = 12.58%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#89267F (or 0x89267F) is known color: Dark Purple. HEX triplet: 89, 26 and 7F. RGB value is (137,38,127). Sum of RGB (Red+Green+Blue) = 137+38+127=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #89267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89267F is #76D980. Grayscale: #4D4D4D. Windows color (decimal): -7788929 or 8332937. OLE color: 8332937.

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

Color convert

RGB 137 38 127 -
CMYK 0 0.72 0.07 0.46
HSL 306.06º 0.57% 0.34% -
HSV(B) 306.06º 0.72% 0.54% -
XYZ 14.84 8.24 20.89 -
YUV 77.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 137 38 127 0 0.72 0.07 0.46 306.06 0.57 0.34
Hex 89 26 7F 0 48 7 2E 132 39 22
Octal 211 46 177 0 110 7 56 462 71 42
Binary 10001001 100110 1111111 0 1001000 111 101110 100110010 111001 100010

Color Harmonies of #89267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89267F

Black with #89267F

Text Example


Text Example

White with #89267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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