Html Css Color HEX #993294 Vivid Violet

📋 copy color: '#993294'

red 153 ◦ green 50 ◦ blue 148

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

Shades of Vivid Violet #993294

Tints of Vivid Violet #993294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.17%

R = 43.59%
G = 14.25%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993294 (or 0x993294) is known color: Vivid Violet. HEX triplet: 99, 32 and 94. RGB value is (153,50,148). Sum of RGB (Red+Green+Blue) = 153+50+148=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993294 is #66CD6B. Grayscale: #5B5B5B. Windows color (decimal): -6737260 or 9712281. OLE color: 9712281.

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

Color convert

RGB 153 50 148 -
CMYK 0 0.67 0.03 0.4
HSL 302.91º 0.51% 0.4% -
HSV(B) 302.91º 0.67% 0.6% -
XYZ 19.62 11.19 29.14 -
YUV 91.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 153 50 148 0 0.67 0.03 0.4 302.91 0.51 0.4
Hex 99 32 94 0 43 3 28 12F 33 28
Octal 231 62 224 0 103 3 50 457 63 50
Binary 10011001 110010 10010100 0 1000011 11 101000 100101111 110011 101000

Color Harmonies of #993294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993294

Black with #993294

Text Example


Text Example

White with #993294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993294; }

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

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

background-color css

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

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

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

border-color css

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

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

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