Html Css Color HEX #9A1C90 Dark Purple

📋 copy color: '#9A1C90'

red 154 ◦ green 28 ◦ blue 144

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

Shades of Dark Purple #9A1C90

Tints of Dark Purple #9A1C90

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 47.24%
G = 8.59%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#9A1C90 (or 0x9A1C90) is known color: Dark Purple. HEX triplet: 9A, 1C and 90. RGB value is (154,28,144). Sum of RGB (Red+Green+Blue) = 154+28+144=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1C90 is #65E36F. Grayscale: #4E4E4E. Windows color (decimal): -6677360 or 9444506. OLE color: 9444506.

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

Color convert

RGB 154 28 144 -
CMYK 0 0.82 0.06 0.40
HSL 304.76º 0.69% 0.36% -
HSV(B) 304.76º 0.82% 0.6% -
XYZ 18.78 9.71 27.27 -
YUV 78.9 164.74 181.57 -
System Red Green Blue C M Y K H S L
Decimal 154 28 144 0 0.82 0.06 0.40 304.76 0.69 0.36
Hex 9A 1C 90 0 52 6 28 131 45 24
Octal 232 34 220 0 122 6 50 461 105 44
Binary 10011010 11100 10010000 0 1010010 110 101000 100110001 1000101 100100

Color Harmonies of #9A1C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1C90

Black with #9A1C90

Text Example


Text Example

White with #9A1C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,28,144); }

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

background-color css

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

 a { background-color: rgb(154,28,144); }

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

border-color css

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

 span { border-color: rgb(154,28,144); }

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