Html Css Color HEX #9A1872 Dark Purple

📋 copy color: '#9A1872'

red 154 ◦ green 24 ◦ blue 114

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

Shades of Dark Purple #9A1872

Tints of Dark Purple #9A1872

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 52.74%
G = 8.22%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A1872 (or 0x9A1872) is known color: Dark Purple. HEX triplet: 9A, 18 and 72. RGB value is (154,24,114). Sum of RGB (Red+Green+Blue) = 154+24+114=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1872 is #65E78D. Grayscale: #484848. Windows color (decimal): -6678414 or 7477402. OLE color: 7477402.

HSL color Cylindrical-coordinate representation of color #9A1872: hue angle of 318.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A1872 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 24 114 -
CMYK 0 0.84 0.26 0.40
HSL 318.46º 0.73% 0.35% -
HSV(B) 318.46º 0.84% 0.6% -
XYZ 16.69 8.74 16.73 -
YUV 73.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 154 24 114 0 0.84 0.26 0.40 318.46 0.73 0.35
Hex 9A 18 72 0 54 1A 28 13E 49 23
Octal 232 30 162 0 124 32 50 476 111 43
Binary 10011010 11000 1110010 0 1010100 11010 101000 100111110 1001001 100011

Color Harmonies of #9A1872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1872

Black with #9A1872

Text Example


Text Example

White with #9A1872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,24,114); }

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

background-color css

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

 a { background-color: rgb(154,24,114); }

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

border-color css

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

 span { border-color: rgb(154,24,114); }

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