Html Css Color HEX #993495 Vivid Violet

📋 copy color: '#993495'

red 153 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #993495

Tints of Vivid Violet #993495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 43.22%
G = 14.69%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993495 (or 0x993495) is known color: Vivid Violet. HEX triplet: 99, 34 and 95. RGB value is (153,52,149). Sum of RGB (Red+Green+Blue) = 153+52+149=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993495 is #66CB6A. Grayscale: #5C5C5C. Windows color (decimal): -6736747 or 9778329. OLE color: 9778329.

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

Color convert

RGB 153 52 149 -
CMYK 0 0.66 0.03 0.4
HSL 302.38º 0.49% 0.4% -
HSV(B) 302.38º 0.66% 0.6% -
XYZ 19.79 11.4 29.59 -
YUV 93.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 153 52 149 0 0.66 0.03 0.4 302.38 0.49 0.4
Hex 99 34 95 0 42 3 28 12E 31 28
Octal 231 64 225 0 102 3 50 456 61 50
Binary 10011001 110100 10010101 0 1000010 11 101000 100101110 110001 101000

Color Harmonies of #993495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993495

Black with #993495

Text Example


Text Example

White with #993495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993495; }

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

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

background-color css

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

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

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

border-color css

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

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

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