#9014B7

Color #9014B7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9014B7

Tints of Dark Violet #9014B7

Color information

#9014B7 (or 0x9014B7) is unknown color: approx Dark Violet. HEX triplet: 90, 14 and B7. RGB value is (144,20,183). Sum of RGB (Red+Green+Blue) = 144+20+183=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 183 (71.88% from 255 or 52.74% from 347); Max value from RGB is 183 - color contains mainly: blue. Hex color #9014B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014B7 is #6FEB48. Grayscale: #4B4B4B. Windows color (decimal): -7334729 or 11998352. OLE color: 11998352.

HSL color Cylindrical-coordinate representation of color #9014B7: hue angle of 285.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9014B7 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14420183-
CMYK0.210.8900.28
HSL285.64º80.3%39.8%-
HSV(B)285.64º89.07%71.76%-
XYZ20.39.8545.63-
YUV75.66188.58176.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 20 (8.20% from 255) = 5.76%
BLUE value IS 183 (71.88% from 255) = 52.74%
R=41.50%
G=5.76%
B=52.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal144201830.210.8900.28285.6480.339.8
Hex9014B7155901C11e5028
Octal220242672513103443612050
Binary1001000010100101101111010110110010111001000111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9014B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9014B7; }

 p { color: rgb(144,20,183); }

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

<style>
 a { background-color: #9014B7; }

 a { background-color: rgb(144,20,183); }

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

<style>
 span { border-color: #9014B7; }

 span { border-color: rgb(144,20,183); }

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