#955093

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

Shades of Violet Blue #955093

Tints of Violet Blue #955093

Color information

#955093 (or 0x955093) is unknown color: approx Violet Blue. HEX triplet: 95, 50 and 93. RGB value is (149,80,147). Sum of RGB (Red+Green+Blue) = 149+80+147=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #955093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955093 is #6AAF6C. Grayscale: #6C6C6C. Windows color (decimal): -6991725 or 9654421. OLE color: 9654421.

HSL color Cylindrical-coordinate representation of color #955093: hue angle of 301.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955093 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14980147-
CMYK00.460.010.42
HSL301.74º30.13%44.9%-
HSV(B)301.74º46.31%58.43%-
XYZ20.5314.2329.27-
YUV108.27149.86157.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=39.63%
G=21.28%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498014700.460.010.42301.7430.1344.9
Hex95509302E12A12e1e2d
Octal2251202230561524563655
Binary100101011010000100100110101110110101010010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955093; }

 p { color: rgb(149,80,147); }

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

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

 a { background-color: rgb(149,80,147); }

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

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

 span { border-color: rgb(149,80,147); }

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