Html Css Color HEX #994693 Violet Blue

📋 copy color: '#994693'

red 153 ◦ green 70 ◦ blue 147

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

Shades of Violet Blue #994693

Tints of Violet Blue #994693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 41.35%
G = 18.92%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#994693 (or 0x994693) is known color: Violet Blue. HEX triplet: 99, 46 and 93. RGB value is (153,70,147). Sum of RGB (Red+Green+Blue) = 153+70+147=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #994693 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994693 is #66B96C. Grayscale: #676767. Windows color (decimal): -6732141 or 9651865. OLE color: 9651865.

HSL color Cylindrical-coordinate representation of color #994693: hue angle of 304.34º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994693 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 70 147 -
CMYK 0 0.54 0.04 0.4
HSL 304.34º 0.37% 0.44% -
HSV(B) 304.34º 0.54% 0.6% -
XYZ 20.59 13.26 29.08 -
YUV 103.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 153 70 147 0 0.54 0.04 0.4 304.34 0.37 0.44
Hex 99 46 93 0 36 4 28 130 25 2C
Octal 231 106 223 0 66 4 50 460 45 54
Binary 10011001 1000110 10010011 0 110110 100 101000 100110000 100101 101100

Color Harmonies of #994693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994693

Black with #994693

Text Example


Text Example

White with #994693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994693; }

 p { color: rgb(153,70,147); }

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

background-color css

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

 a { background-color: rgb(153,70,147); }

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

border-color css

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

 span { border-color: rgb(153,70,147); }

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