#9B1F90

Color #9B1F90 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9B1F90

Tints of Dark Purple #9B1F90

Color information

#9B1F90 (or 0x9B1F90) is unknown color: approx Dark Purple. HEX triplet: 9B, 1F and 90. RGB value is (155,31,144). Sum of RGB (Red+Green+Blue) = 155+31+144=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1F90 is #64E06F. Grayscale: #505050. Windows color (decimal): -6611056 or 9445275. OLE color: 9445275.

HSL color Cylindrical-coordinate representation of color #9B1F90: hue angle of 305.32º 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 #9B1F90 is Cyan = 0, Magento = 0.8, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB15531144-
CMYK00.80.070.39
HSL305.32º66.67%36.47%-
HSV(B)305.32º80%60.78%-
XYZ19.049.9627.3-
YUV80.96163.58180.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 31 (12.5% from 255) = 9.39%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=46.97%
G=9.39%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553114400.80.070.39305.3266.6736.47
Hex9B1F900507271314324
Octal23337220012074746110344
Binary100110111111110010000010100001111001111001100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B1F90;
 }
 .AnyTagClassName
 {
   color: #9B1F90;
 }
</style>
background-color css

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

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

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

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

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

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