Html Css Color HEX #9A1E72 Dark Purple

📋 copy color: '#9A1E72'

red 154 ◦ green 30 ◦ blue 114

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

Shades of Dark Purple #9A1E72

Tints of Dark Purple #9A1E72

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

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

R = 51.68%
G = 10.07%
B = 38.26%

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

#9A1E72 (or 0x9A1E72) is known color: Dark Purple. HEX triplet: 9A, 1E and 72. RGB value is (154,30,114). Sum of RGB (Red+Green+Blue) = 154+30+114=298 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.68% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1E72 is #65E18D. Grayscale: #4C4C4C. Windows color (decimal): -6676878 or 7478938. OLE color: 7478938.

HSL color Cylindrical-coordinate representation of color #9A1E72: hue angle of 319.35º degrees, saturation: 0.67, 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 #9A1E72 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 30 114 -
CMYK 0 0.81 0.26 0.40
HSL 319.35º 0.67% 0.36% -
HSV(B) 319.35º 0.81% 0.6% -
XYZ 16.83 9.01 16.77 -
YUV 76.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 154 30 114 0 0.81 0.26 0.40 319.35 0.67 0.36
Hex 9A 1E 72 0 51 1A 28 13F 43 24
Octal 232 36 162 0 121 32 50 477 103 44
Binary 10011010 11110 1110010 0 1010001 11010 101000 100111111 1000011 100100

Color Harmonies of #9A1E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1E72

Black with #9A1E72

Text Example


Text Example

White with #9A1E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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