Html Css Color HEX #9A3381 Dark Purple

📋 copy color: '#9A3381'

red 154 ◦ green 51 ◦ blue 129

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

Shades of Dark Purple #9A3381

Tints of Dark Purple #9A3381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 46.11%
G = 15.27%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A3381 (or 0x9A3381) is known color: Dark Purple. HEX triplet: 9A, 33 and 81. RGB value is (154,51,129). Sum of RGB (Red+Green+Blue) = 154+51+129=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3381 is #65CC7E. Grayscale: #5A5A5A. Windows color (decimal): -6671487 or 8467354. OLE color: 8467354.

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

Color convert

RGB 154 51 129 -
CMYK 0 0.67 0.16 0.40
HSL 314.56º 0.5% 0.4% -
HSV(B) 314.56º 0.67% 0.6% -
XYZ 18.47 10.82 21.88 -
YUV 90.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 154 51 129 0 0.67 0.16 0.40 314.56 0.5 0.4
Hex 9A 33 81 0 43 10 28 13B 32 28
Octal 232 63 201 0 103 20 50 473 62 50
Binary 10011010 110011 10000001 0 1000011 10000 101000 100111011 110010 101000

Color Harmonies of #9A3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3381

Black with #9A3381

Text Example


Text Example

White with #9A3381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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