Html Css Color HEX #89306C Dark Purple

📋 copy color: '#89306C'

red 137 ◦ green 48 ◦ blue 108

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

Shades of Dark Purple #89306C

Tints of Dark Purple #89306C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 46.76%
G = 16.38%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89306C (or 0x89306C) is known color: Dark Purple. HEX triplet: 89, 30 and 6C. RGB value is (137,48,108). Sum of RGB (Red+Green+Blue) = 137+48+108=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #89306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89306C is #76CF93. Grayscale: #515151. Windows color (decimal): -7786388 or 7090313. OLE color: 7090313.

HSL color Cylindrical-coordinate representation of color #89306C: hue angle of 319.55º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89306C is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 108 -
CMYK 0 0.65 0.21 0.46
HSL 319.55º 0.48% 0.36% -
HSV(B) 319.55º 0.65% 0.54% -
XYZ 14.08 8.51 15.09 -
YUV 81.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 137 48 108 0 0.65 0.21 0.46 319.55 0.48 0.36
Hex 89 30 6C 0 41 15 2E 140 30 24
Octal 211 60 154 0 101 25 56 500 60 44
Binary 10001001 110000 1101100 0 1000001 10101 101110 101000000 110000 100100

Color Harmonies of #89306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89306C

Black with #89306C

Text Example


Text Example

White with #89306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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