Html Css Color HEX #9A1F90 Dark Purple

📋 copy color: '#9A1F90'

red 154 ◦ green 31 ◦ blue 144

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

Shades of Dark Purple #9A1F90

Tints of Dark Purple #9A1F90

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.42%

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

R = 46.81%
G = 9.42%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#9A1F90 (or 0x9A1F90) is known color: Dark Purple. HEX triplet: 9A, 1F and 90. RGB value is (154,31,144). Sum of RGB (Red+Green+Blue) = 154+31+144=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1F90 is #65E06F. Grayscale: #505050. Windows color (decimal): -6676592 or 9445274. OLE color: 9445274.

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

Color convert

RGB 154 31 144 -
CMYK 0 0.80 0.06 0.40
HSL 304.88º 0.66% 0.36% -
HSV(B) 304.88º 0.8% 0.6% -
XYZ 18.85 9.86 27.3 -
YUV 80.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 154 31 144 0 0.80 0.06 0.40 304.88 0.66 0.36
Hex 9A 1F 90 0 50 6 28 131 42 24
Octal 232 37 220 0 120 6 50 461 102 44
Binary 10011010 11111 10010000 0 1010000 110 101000 100110001 1000010 100100

Color Harmonies of #9A1F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1F90

Black with #9A1F90

Text Example


Text Example

White with #9A1F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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