Html Css Color HEX #993895 Vivid Violet

📋 copy color: '#993895'

red 153 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #993895

Tints of Vivid Violet #993895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 42.74%
G = 15.64%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993895 (or 0x993895) is known color: Vivid Violet. HEX triplet: 99, 38 and 95. RGB value is (153,56,149). Sum of RGB (Red+Green+Blue) = 153+56+149=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #993895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993895 is #66C76A. Grayscale: #5F5F5F. Windows color (decimal): -6735723 or 9779353. OLE color: 9779353.

HSL color Cylindrical-coordinate representation of color #993895: hue angle of 302.47º 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 #993895 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 149 -
CMYK 0 0.63 0.03 0.4
HSL 302.47º 0.46% 0.41% -
HSV(B) 302.47º 0.63% 0.6% -
XYZ 19.98 11.77 29.65 -
YUV 95.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 153 56 149 0 0.63 0.03 0.4 302.47 0.46 0.41
Hex 99 38 95 0 3F 3 28 12E 2E 29
Octal 231 70 225 0 77 3 50 456 56 51
Binary 10011001 111000 10010101 0 111111 11 101000 100101110 101110 101001

Color Harmonies of #993895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993895

Black with #993895

Text Example


Text Example

White with #993895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993895; }

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

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

background-color css

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

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

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

border-color css

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

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

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