#993c9d

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

Shades of Vivid Violet #993C9D

Tints of Vivid Violet #993C9D

Color information

#993C9D (or 0x993C9D) is unknown color: approx Vivid Violet. HEX triplet: 99, 3C and 9D. RGB value is (153,60,157). Sum of RGB (Red+Green+Blue) = 153+60+157=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #993C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993C9D is #66C362. Grayscale: #626262. Windows color (decimal): -6734691 or 10304665. OLE color: 10304665.

HSL color Cylindrical-coordinate representation of color #993C9D: hue angle of 297.53º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993C9D is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15360157-
CMYK0.030.6200.38
HSL297.53º44.7%42.55%-
HSV(B)297.53º61.78%61.57%-
XYZ20.8412.4433.2-
YUV98.86160.81166.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.35%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=41.35%
G=16.22%
B=42.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153601570.030.6200.38297.5344.742.55
Hex993C9D33E02612a2d2b
Octal231742353760464525553
Binary1001100111110010011101111111100100110100101010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993c9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993c9d; }

 p { color: rgb(153,60,157); }

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

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

 a { background-color: rgb(153,60,157); }

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

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

 span { border-color: rgb(153,60,157); }

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