Html Css Color HEX #993896 Vivid Violet

📋 copy color: '#993896'

red 153 ◦ green 56 ◦ blue 150

#993896
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #993896

Tints of Vivid Violet #993896

RGB

 RED value IS 153 (60.16% from 255) = 42.62%

 GREEN value IS 56 (22.27% from 255) = 15.6%

 BLUE value IS 150 (58.98% from 255) = 41.78%

R = 42.62%
G = 15.6%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#993896 (or 0x993896) is known color: Vivid Violet. HEX triplet: 99, 38 and 96. RGB value is (153,56,150). Sum of RGB (Red+Green+Blue) = 153+56+150=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #993896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993896 is #66C769. Grayscale: #5F5F5F. Windows color (decimal): -6735722 or 9844889. OLE color: 9844889.

HSL color Cylindrical-coordinate representation of color #993896: hue angle of 301.86º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993896 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 150 -
CMYK 0 0.63 0.02 0.4
HSL 301.86º 0.46% 0.41% -
HSV(B) 301.86º 0.63% 0.6% -
XYZ 20.06 11.8 30.08 -
YUV 95.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 153 56 150 0 0.63 0.02 0.4 301.86 0.46 0.41
Hex 99 38 96 0 3F 2 28 12E 2E 29
Octal 231 70 226 0 77 2 50 456 56 51
Binary 10011001 111000 10010110 0 111111 10 101000 100101110 101110 101001

Color Harmonies of #993896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993896

Black with #993896

Text Example


Text Example

White with #993896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993896; }

 p { color: rgb(153,56,150); }

 H1.HeaderClassName
 {
   color: #993896;
 }
 .AnyTagClassName
 {
   color: #993896;
 }
</style>

background-color css

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

 a { background-color: rgb(153,56,150); }

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

border-color css

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

 span { border-color: rgb(153,56,150); }

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