Html Css Color HEX #9A3073 Dark Purple

📋 copy color: '#9A3073'

red 154 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #9A3073

Tints of Dark Purple #9A3073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.14%

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 48.58%
G = 15.14%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A3073 (or 0x9A3073) is known color: Dark Purple. HEX triplet: 9A, 30 and 73. RGB value is (154,48,115). Sum of RGB (Red+Green+Blue) = 154+48+115=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3073 is #65CF8C. Grayscale: #575757. Windows color (decimal): -6672269 or 7549082. OLE color: 7549082.

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

Color convert

RGB 154 48 115 -
CMYK 0 0.69 0.25 0.40
HSL 322.08º 0.52% 0.4% -
HSV(B) 322.08º 0.69% 0.6% -
XYZ 17.48 10.22 17.27 -
YUV 87.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 154 48 115 0 0.69 0.25 0.40 322.08 0.52 0.4
Hex 9A 30 73 0 45 19 28 142 34 28
Octal 232 60 163 0 105 31 50 502 64 50
Binary 10011010 110000 1110011 0 1000101 11001 101000 101000010 110100 101000

Color Harmonies of #9A3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3073

Black with #9A3073

Text Example


Text Example

White with #9A3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,48,115); }

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

background-color css

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

 a { background-color: rgb(154,48,115); }

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

border-color css

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

 span { border-color: rgb(154,48,115); }

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