Html Css Color HEX #89216B Dark Purple

📋 copy color: '#89216B'

red 137 ◦ green 33 ◦ blue 107

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

Shades of Dark Purple #89216B

Tints of Dark Purple #89216B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.63%

R = 49.46%
G = 11.91%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#89216B (or 0x89216B) is known color: Dark Purple. HEX triplet: 89, 21 and 6B. RGB value is (137,33,107). Sum of RGB (Red+Green+Blue) = 137+33+107=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #89216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89216B is #76DE94. Grayscale: #484848. Windows color (decimal): -7790229 or 7020937. OLE color: 7020937.

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

Color convert

RGB 137 33 107 -
CMYK 0 0.76 0.22 0.46
HSL 317.31º 0.61% 0.33% -
HSV(B) 317.31º 0.76% 0.54% -
XYZ 13.51 7.47 14.64 -
YUV 72.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 137 33 107 0 0.76 0.22 0.46 317.31 0.61 0.33
Hex 89 21 6B 0 4C 16 2E 13D 3D 21
Octal 211 41 153 0 114 26 56 475 75 41
Binary 10001001 100001 1101011 0 1001100 10110 101110 100111101 111101 100001

Color Harmonies of #89216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89216B

Black with #89216B

Text Example


Text Example

White with #89216B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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