Html Css Color HEX #993095 Vivid Violet

📋 copy color: '#993095'

red 153 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #993095

Tints of Vivid Violet #993095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 43.71%
G = 13.71%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993095 (or 0x993095) is known color: Vivid Violet. HEX triplet: 99, 30 and 95. RGB value is (153,48,149). Sum of RGB (Red+Green+Blue) = 153+48+149=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #993095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993095 is #66CF6A. Grayscale: #5A5A5A. Windows color (decimal): -6737771 or 9777305. OLE color: 9777305.

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

Color convert

RGB 153 48 149 -
CMYK 0 0.69 0.03 0.4
HSL 302.29º 0.52% 0.39% -
HSV(B) 302.29º 0.69% 0.6% -
XYZ 19.62 11.06 29.53 -
YUV 90.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 153 48 149 0 0.69 0.03 0.4 302.29 0.52 0.39
Hex 99 30 95 0 45 3 28 12E 34 27
Octal 231 60 225 0 105 3 50 456 64 47
Binary 10011001 110000 10010101 0 1000101 11 101000 100101110 110100 100111

Color Harmonies of #993095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993095

Black with #993095

Text Example


Text Example

White with #993095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993095; }

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

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

background-color css

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

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

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

border-color css

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

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

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