Html Css Color HEX #9B3073 Dark Purple

📋 copy color: '#9B3073'

red 155 ◦ green 48 ◦ blue 115

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

Shades of Dark Purple #9B3073

Tints of Dark Purple #9B3073

RGB

 RED value IS 155 (60.94% from 255) = 48.74%

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

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

R = 48.74%
G = 15.09%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B3073 (or 0x9B3073) is known color: Dark Purple. HEX triplet: 9B, 30 and 73. RGB value is (155,48,115). Sum of RGB (Red+Green+Blue) = 155+48+115=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3073 is #64CF8C. Grayscale: #575757. Windows color (decimal): -6606733 or 7549083. OLE color: 7549083.

HSL color Cylindrical-coordinate representation of color #9B3073: hue angle of 322.43º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3073 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 48 115 -
CMYK 0 0.69 0.26 0.39
HSL 322.43º 0.53% 0.4% -
HSV(B) 322.43º 0.69% 0.61% -
XYZ 17.67 10.32 17.28 -
YUV 87.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 155 48 115 0 0.69 0.26 0.39 322.43 0.53 0.4
Hex 9B 30 73 0 45 1A 27 142 35 28
Octal 233 60 163 0 105 32 47 502 65 50
Binary 10011011 110000 1110011 0 1000101 11010 100111 101000010 110101 101000

Color Harmonies of #9B3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3073

Black with #9B3073

Text Example


Text Example

White with #9B3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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