Html Css Color HEX #993291 Vivid Violet

📋 copy color: '#993291'

red 153 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #993291

Tints of Vivid Violet #993291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 145 (57.03% from 255) = 41.67%

R = 43.97%
G = 14.37%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993291 (or 0x993291) is known color: Vivid Violet. HEX triplet: 99, 32 and 91. RGB value is (153,50,145). Sum of RGB (Red+Green+Blue) = 153+50+145=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #993291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993291 is #66CD6E. Grayscale: #5B5B5B. Windows color (decimal): -6737263 or 9515673. OLE color: 9515673.

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

Color convert

RGB 153 50 145 -
CMYK 0 0.67 0.05 0.4
HSL 304.66º 0.51% 0.4% -
HSV(B) 304.66º 0.67% 0.6% -
XYZ 19.39 11.1 27.91 -
YUV 91.63 158.12 171.78 -
System Red Green Blue C M Y K H S L
Decimal 153 50 145 0 0.67 0.05 0.4 304.66 0.51 0.4
Hex 99 32 91 0 43 5 28 131 33 28
Octal 231 62 221 0 103 5 50 461 63 50
Binary 10011001 110010 10010001 0 1000011 101 101000 100110001 110011 101000

Color Harmonies of #993291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993291

Black with #993291

Text Example


Text Example

White with #993291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993291; }

 p { color: rgb(153,50,145); }

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

background-color css

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

 a { background-color: rgb(153,50,145); }

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

border-color css

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

 span { border-color: rgb(153,50,145); }

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