Html Css Color HEX #993092 Vivid Violet

📋 copy color: '#993092'

red 153 ◦ green 48 ◦ blue 146

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

Shades of Vivid Violet #993092

Tints of Vivid Violet #993092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 44.09%
G = 13.83%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993092 (or 0x993092) is known color: Vivid Violet. HEX triplet: 99, 30 and 92. RGB value is (153,48,146). Sum of RGB (Red+Green+Blue) = 153+48+146=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #993092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993092 is #66CF6D. Grayscale: #5A5A5A. Windows color (decimal): -6737774 or 9580697. OLE color: 9580697.

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

Color convert

RGB 153 48 146 -
CMYK 0 0.69 0.05 0.4
HSL 304º 0.52% 0.39% -
HSV(B) 304º 0.69% 0.6% -
XYZ 19.38 10.96 28.29 -
YUV 90.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 153 48 146 0 0.69 0.05 0.4 304 0.52 0.39
Hex 99 30 92 0 45 5 28 130 34 27
Octal 231 60 222 0 105 5 50 460 64 47
Binary 10011001 110000 10010010 0 1000101 101 101000 100110000 110100 100111

Color Harmonies of #993092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993092

Black with #993092

Text Example


Text Example

White with #993092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993092; }

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

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

background-color css

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

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

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

border-color css

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

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

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