Html Css Color HEX #993492 Vivid Violet

📋 copy color: '#993492'

red 153 ◦ green 52 ◦ blue 146

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

Shades of Vivid Violet #993492

Tints of Vivid Violet #993492

RGB

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

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

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

R = 43.59%
G = 14.81%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993492 (or 0x993492) is known color: Vivid Violet. HEX triplet: 99, 34 and 92. RGB value is (153,52,146). Sum of RGB (Red+Green+Blue) = 153+52+146=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993492 is #66CB6D. Grayscale: #5C5C5C. Windows color (decimal): -6736750 or 9581721. OLE color: 9581721.

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

Color convert

RGB 153 52 146 -
CMYK 0 0.66 0.05 0.4
HSL 304.16º 0.49% 0.4% -
HSV(B) 304.16º 0.66% 0.6% -
XYZ 19.55 11.3 28.35 -
YUV 92.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 153 52 146 0 0.66 0.05 0.4 304.16 0.49 0.4
Hex 99 34 92 0 42 5 28 130 31 28
Octal 231 64 222 0 102 5 50 460 61 50
Binary 10011001 110100 10010010 0 1000010 101 101000 100110000 110001 101000

Color Harmonies of #993492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993492

Black with #993492

Text Example


Text Example

White with #993492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993492; }

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

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

background-color css

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

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

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

border-color css

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

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

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