Html Css Color HEX #9A2187 Dark Purple

📋 copy color: '#9A2187'

red 154 ◦ green 33 ◦ blue 135

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

Shades of Dark Purple #9A2187

Tints of Dark Purple #9A2187

RGB

 RED value IS 154 (60.55% from 255) = 47.83%

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

 BLUE value IS 135 (53.13% from 255) = 41.93%

R = 47.83%
G = 10.25%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A2187 (or 0x9A2187) is known color: Dark Purple. HEX triplet: 9A, 21 and 87. RGB value is (154,33,135). Sum of RGB (Red+Green+Blue) = 154+33+135=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2187 is #65DE78. Grayscale: #505050. Windows color (decimal): -6676089 or 8855962. OLE color: 8855962.

HSL color Cylindrical-coordinate representation of color #9A2187: hue angle of 309.42º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2187 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 33 135 -
CMYK 0 0.79 0.12 0.40
HSL 309.42º 0.65% 0.37% -
HSV(B) 309.42º 0.79% 0.6% -
XYZ 18.24 9.71 23.83 -
YUV 80.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 154 33 135 0 0.79 0.12 0.40 309.42 0.65 0.37
Hex 9A 21 87 0 4F C 28 135 41 25
Octal 232 41 207 0 117 14 50 465 101 45
Binary 10011010 100001 10000111 0 1001111 1100 101000 100110101 1000001 100101

Color Harmonies of #9A2187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2187

Black with #9A2187

Text Example


Text Example

White with #9A2187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A2187; }

 p { color: rgb(154,33,135); }

 H1.HeaderClassName
 {
   color: #9A2187;
 }
 .AnyTagClassName
 {
   color: #9A2187;
 }
</style>

background-color css

<style>
 a { background-color: #9A2187; }

 a { background-color: rgb(154,33,135); }

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

border-color css

<style>
 span { border-color: #9A2187; }

 span { border-color: rgb(154,33,135); }

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