Html Css Color HEX #89238A Dark Purple

📋 copy color: '#89238A'

red 137 ◦ green 35 ◦ blue 138

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

Shades of Dark Purple #89238A

Tints of Dark Purple #89238A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 44.19%
G = 11.29%
B = 44.52%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#89238A (or 0x89238A) is known color: Dark Purple. HEX triplet: 89, 23 and 8A. RGB value is (137,35,138). Sum of RGB (Red+Green+Blue) = 137+35+138=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #89238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #89238A is #76DC75. Grayscale: #4C4C4C. Windows color (decimal): -7789686 or 9053065. OLE color: 9053065.

HSL color Cylindrical-coordinate representation of color #89238A: hue angle of 299.42º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #89238A is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 138 -
CMYK 0.01 0.75 0 0.46
HSL 299.42º 0.6% 0.34% -
HSV(B) 299.42º 0.75% 0.54% -
XYZ 15.51 8.36 24.84 -
YUV 77.24 162.29 170.62 -
System Red Green Blue C M Y K H S L
Decimal 137 35 138 0.01 0.75 0 0.46 299.42 0.6 0.34
Hex 89 23 8A 1 4B 0 2E 12B 3C 22
Octal 211 43 212 1 113 0 56 453 74 42
Binary 10001001 100011 10001010 1 1001011 0 101110 100101011 111100 100010

Color Harmonies of #89238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89238A

Black with #89238A

Text Example


Text Example

White with #89238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89238A; }

 p { color: rgb(137,35,138); }

 H1.HeaderClassName
 {
   color: #89238A;
 }
 .AnyTagClassName
 {
   color: #89238A;
 }
</style>

background-color css

<style>
 a { background-color: #89238A; }

 a { background-color: rgb(137,35,138); }

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

border-color css

<style>
 span { border-color: #89238A; }

 span { border-color: rgb(137,35,138); }

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