Html Css Color HEX #9A1D72 Dark Purple

📋 copy color: '#9A1D72'

red 154 ◦ green 29 ◦ blue 114

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

Shades of Dark Purple #9A1D72

Tints of Dark Purple #9A1D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

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

R = 51.85%
G = 9.76%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A1D72 (or 0x9A1D72) is known color: Dark Purple. HEX triplet: 9A, 1D and 72. RGB value is (154,29,114). Sum of RGB (Red+Green+Blue) = 154+29+114=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1D72 is #65E28D. Grayscale: #4B4B4B. Windows color (decimal): -6677134 or 7478682. OLE color: 7478682.

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

Color convert

RGB 154 29 114 -
CMYK 0 0.81 0.26 0.40
HSL 319.2º 0.68% 0.36% -
HSV(B) 319.2º 0.81% 0.6% -
XYZ 16.8 8.96 16.76 -
YUV 76.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 154 29 114 0 0.81 0.26 0.40 319.2 0.68 0.36
Hex 9A 1D 72 0 51 1A 28 13F 44 24
Octal 232 35 162 0 121 32 50 477 104 44
Binary 10011010 11101 1110010 0 1010001 11010 101000 100111111 1000100 100100

Color Harmonies of #9A1D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1D72

Black with #9A1D72

Text Example


Text Example

White with #9A1D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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