Html Css Color HEX #9B1F73 Dark Purple

📋 copy color: '#9B1F73'

red 155 ◦ green 31 ◦ blue 115

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

Shades of Dark Purple #9B1F73

Tints of Dark Purple #9B1F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.3%

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

R = 51.5%
G = 10.3%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B1F73 (or 0x9B1F73) is known color: Dark Purple. HEX triplet: 9B, 1F and 73. RGB value is (155,31,115). Sum of RGB (Red+Green+Blue) = 155+31+115=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1F73 is #64E08C. Grayscale: #4D4D4D. Windows color (decimal): -6611085 or 7544731. OLE color: 7544731.

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

Color convert

RGB 155 31 115 -
CMYK 0 0.8 0.26 0.39
HSL 319.35º 0.67% 0.36% -
HSV(B) 319.35º 0.8% 0.61% -
XYZ 17.1 9.19 17.09 -
YUV 77.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 155 31 115 0 0.8 0.26 0.39 319.35 0.67 0.36
Hex 9B 1F 73 0 50 1A 27 13F 43 24
Octal 233 37 163 0 120 32 47 477 103 44
Binary 10011011 11111 1110011 0 1010000 11010 100111 100111111 1000011 100100

Color Harmonies of #9B1F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1F73

Black with #9B1F73

Text Example


Text Example

White with #9B1F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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