Html Css Color HEX #89127B Dark Purple

📋 copy color: '#89127B'

red 137 ◦ green 18 ◦ blue 123

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

Shades of Dark Purple #89127B

Tints of Dark Purple #89127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 123 (48.44% from 255) = 44.24%

R = 49.28%
G = 6.47%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#89127B (or 0x89127B) is known color: Dark Purple. HEX triplet: 89, 12 and 7B. RGB value is (137,18,123). Sum of RGB (Red+Green+Blue) = 137+18+123=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89127B is #76ED84. Grayscale: #414141. Windows color (decimal): -7794053 or 8065673. OLE color: 8065673.

HSL color Cylindrical-coordinate representation of color #89127B: hue angle of 307.06º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89127B is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 18 123 -
CMYK 0 0.87 0.10 0.46
HSL 307.06º 0.77% 0.3% -
HSV(B) 307.06º 0.87% 0.54% -
XYZ 14.11 7.18 19.38 -
YUV 65.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 137 18 123 0 0.87 0.10 0.46 307.06 0.77 0.3
Hex 89 12 7B 0 57 A 2E 133 4D 1E
Octal 211 22 173 0 127 12 56 463 115 36
Binary 10001001 10010 1111011 0 1010111 1010 101110 100110011 1001101 11110

Color Harmonies of #89127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89127B

Black with #89127B

Text Example


Text Example

White with #89127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89127B; }

 p { color: rgb(137,18,123); }

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

background-color css

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

 a { background-color: rgb(137,18,123); }

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

border-color css

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

 span { border-color: rgb(137,18,123); }

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