Html Css Color HEX #9A2082 Dark Purple

📋 copy color: '#9A2082'

red 154 ◦ green 32 ◦ blue 130

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

Shades of Dark Purple #9A2082

Tints of Dark Purple #9A2082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

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

R = 48.73%
G = 10.13%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A2082 (or 0x9A2082) is known color: Dark Purple. HEX triplet: 9A, 20 and 82. RGB value is (154,32,130). Sum of RGB (Red+Green+Blue) = 154+32+130=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2082 is #65DF7D. Grayscale: #4F4F4F. Windows color (decimal): -6676350 or 8528026. OLE color: 8528026.

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

Color convert

RGB 154 32 130 -
CMYK 0 0.79 0.16 0.40
HSL 311.8º 0.66% 0.36% -
HSV(B) 311.8º 0.79% 0.6% -
XYZ 17.87 9.51 22.01 -
YUV 79.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 154 32 130 0 0.79 0.16 0.40 311.8 0.66 0.36
Hex 9A 20 82 0 4F 10 28 138 42 24
Octal 232 40 202 0 117 20 50 470 102 44
Binary 10011010 100000 10000010 0 1001111 10000 101000 100111000 1000010 100100

Color Harmonies of #9A2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2082

Black with #9A2082

Text Example


Text Example

White with #9A2082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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