#9114B7

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

Shades of Dark Violet #9114B7

Tints of Dark Violet #9114B7

Color information

#9114B7 (or 0x9114B7) is unknown color: approx Dark Violet. HEX triplet: 91, 14 and B7. RGB value is (145,20,183). Sum of RGB (Red+Green+Blue) = 145+20+183=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #9114B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9114B7 is #6EEB48. Grayscale: #4B4B4B. Windows color (decimal): -7269193 or 11998353. OLE color: 11998353.

HSL color Cylindrical-coordinate representation of color #9114B7: hue angle of 286.01º 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 #9114B7 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14520183-
CMYK0.210.8900.28
HSL286.01º80.3%39.8%-
HSV(B)286.01º89.07%71.76%-
XYZ20.479.9445.64-
YUV75.96188.41177.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.67%
GREEN value IS 20 (8.20% from 255) = 5.75%
BLUE value IS 183 (71.88% from 255) = 52.59%
R=41.67%
G=5.75%
B=52.59%

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
Decimal145201830.210.8900.28286.0180.339.8
Hex9114B7155901C11e5028
Octal221242672513103443612050
Binary1001000110100101101111010110110010111001000111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9114B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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