#986093

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

Shades of Violet Blue #986093

Tints of Violet Blue #986093

Color information

#986093 (or 0x986093) is unknown color: approx Violet Blue. HEX triplet: 98, 60 and 93. RGB value is (152,96,147). Sum of RGB (Red+Green+Blue) = 152+96+147=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #986093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986093 is #679F6C. Grayscale: #767676. Windows color (decimal): -6791021 or 9658520. OLE color: 9658520.

HSL color Cylindrical-coordinate representation of color #986093: hue angle of 305.36º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986093 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB15296147-
CMYK00.370.030.40
HSL305.36º22.58%48.63%-
HSV(B)305.36º36.84%59.61%-
XYZ22.417.1529.73-
YUV118.56144.05151.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=38.48%
G=24.30%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529614700.370.030.40305.3622.5848.63
Hex9860930253281311731
Octal2301402230453504612761
Binary1001100011000001001001101001011110100010011000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986093; }

 p { color: rgb(152,96,147); }

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

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

 a { background-color: rgb(152,96,147); }

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

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

 span { border-color: rgb(152,96,147); }

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