#98368F

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

Shades of Vivid Violet #98368F

Tints of Vivid Violet #98368F

Color information

#98368F (or 0x98368F) is unknown color: approx Vivid Violet. HEX triplet: 98, 36 and 8F. RGB value is (152,54,143). Sum of RGB (Red+Green+Blue) = 152+54+143=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98368F is #67C970. Grayscale: #5D5D5D. Windows color (decimal): -6801777 or 9385624. OLE color: 9385624.

HSL color Cylindrical-coordinate representation of color #98368F: hue angle of 305.51º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98368F is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15254143-
CMYK00.640.060.40
HSL305.51º47.57%40.39%-
HSV(B)305.51º64.47%59.61%-
XYZ19.2311.327.15-
YUV93.45155.97169.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=43.55%
G=15.47%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525414300.640.060.40305.5147.5740.39
Hex98368F0406281323028
Octal2306621701006504626050
Binary100110001101101000111101000000110101000100110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98368F; }

 p { color: rgb(152,54,143); }

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

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

 a { background-color: rgb(152,54,143); }

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

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

 span { border-color: rgb(152,54,143); }

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