Html Css Color HEX #9B1A73 Dark Purple

📋 copy color: '#9B1A73'

red 155 ◦ green 26 ◦ blue 115

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

Shades of Dark Purple #9B1A73

Tints of Dark Purple #9B1A73

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

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

R = 52.36%
G = 8.78%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B1A73 (or 0x9B1A73) is known color: Dark Purple. HEX triplet: 9B, 1A and 73. RGB value is (155,26,115). Sum of RGB (Red+Green+Blue) = 155+26+115=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1A73 is #64E58C. Grayscale: #4A4A4A. Windows color (decimal): -6612365 or 7543451. OLE color: 7543451.

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

Color convert

RGB 155 26 115 -
CMYK 0 0.83 0.26 0.39
HSL 318.6º 0.71% 0.35% -
HSV(B) 318.6º 0.83% 0.61% -
XYZ 16.98 8.95 17.05 -
YUV 74.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 155 26 115 0 0.83 0.26 0.39 318.6 0.71 0.35
Hex 9B 1A 73 0 53 1A 27 13F 47 23
Octal 233 32 163 0 123 32 47 477 107 43
Binary 10011011 11010 1110011 0 1010011 11010 100111 100111111 1000111 100011

Color Harmonies of #9B1A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1A73

Black with #9B1A73

Text Example


Text Example

White with #9B1A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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