Html Css Color HEX #9A1982 Dark Purple

📋 copy color: '#9A1982'

red 154 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #9A1982

Tints of Dark Purple #9A1982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 130 (51.17% from 255) = 42.07%

R = 49.84%
G = 8.09%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A1982 (or 0x9A1982) is known color: Dark Purple. HEX triplet: 9A, 19 and 82. RGB value is (154,25,130). Sum of RGB (Red+Green+Blue) = 154+25+130=309 (40% of max value = 765). Red value is 154 (60.55% from 255 or 49.84% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A1982 is #65E67D. Grayscale: #4B4B4B. Windows color (decimal): -6678142 or 8526234. OLE color: 8526234.

HSL color Cylindrical-coordinate representation of color #9A1982: hue angle of 311.16º degrees, saturation: 0.72, 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 #9A1982 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 25 130 -
CMYK 0 0.84 0.16 0.40
HSL 311.16º 0.72% 0.35% -
HSV(B) 311.16º 0.84% 0.6% -
XYZ 17.7 9.18 21.96 -
YUV 75.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 154 25 130 0 0.84 0.16 0.40 311.16 0.72 0.35
Hex 9A 19 82 0 54 10 28 137 48 23
Octal 232 31 202 0 124 20 50 467 110 43
Binary 10011010 11001 10000010 0 1010100 10000 101000 100110111 1001000 100011

Color Harmonies of #9A1982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1982

Black with #9A1982

Text Example


Text Example

White with #9A1982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,25,130); }

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

background-color css

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

 a { background-color: rgb(154,25,130); }

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

border-color css

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

 span { border-color: rgb(154,25,130); }

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