Html Css Color HEX #9A3581 Dark Purple

📋 copy color: '#9A3581'

red 154 ◦ green 53 ◦ blue 129

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

Shades of Dark Purple #9A3581

Tints of Dark Purple #9A3581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 45.83%
G = 15.77%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A3581 (or 0x9A3581) is known color: Dark Purple. HEX triplet: 9A, 35 and 81. RGB value is (154,53,129). Sum of RGB (Red+Green+Blue) = 154+53+129=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3581 is #65CA7E. Grayscale: #5B5B5B. Windows color (decimal): -6670975 or 8467866. OLE color: 8467866.

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

Color convert

RGB 154 53 129 -
CMYK 0 0.66 0.16 0.40
HSL 314.85º 0.49% 0.41% -
HSV(B) 314.85º 0.66% 0.6% -
XYZ 18.56 11 21.91 -
YUV 91.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 154 53 129 0 0.66 0.16 0.40 314.85 0.49 0.41
Hex 9A 35 81 0 42 10 28 13B 31 29
Octal 232 65 201 0 102 20 50 473 61 51
Binary 10011010 110101 10000001 0 1000010 10000 101000 100111011 110001 101001

Color Harmonies of #9A3581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3581

Black with #9A3581

Text Example


Text Example

White with #9A3581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,53,129); }

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

background-color css

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

 a { background-color: rgb(154,53,129); }

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

border-color css

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

 span { border-color: rgb(154,53,129); }

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