Html Css Color HEX #89216C Dark Purple

📋 copy color: '#89216C'

red 137 ◦ green 33 ◦ blue 108

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

Shades of Dark Purple #89216C

Tints of Dark Purple #89216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 49.28%
G = 11.87%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89216C (or 0x89216C) is known color: Dark Purple. HEX triplet: 89, 21 and 6C. RGB value is (137,33,108). Sum of RGB (Red+Green+Blue) = 137+33+108=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89216C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89216C is #76DE93. Grayscale: #484848. Windows color (decimal): -7790228 or 7086473. OLE color: 7086473.

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

Color convert

RGB 137 33 108 -
CMYK 0 0.76 0.21 0.46
HSL 316.73º 0.61% 0.33% -
HSV(B) 316.73º 0.76% 0.54% -
XYZ 13.57 7.49 14.92 -
YUV 72.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 137 33 108 0 0.76 0.21 0.46 316.73 0.61 0.33
Hex 89 21 6C 0 4C 15 2E 13D 3D 21
Octal 211 41 154 0 114 25 56 475 75 41
Binary 10001001 100001 1101100 0 1001100 10101 101110 100111101 111101 100001

Color Harmonies of #89216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89216C

Black with #89216C

Text Example


Text Example

White with #89216C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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