Html Css Color HEX #994692 Violet Blue

📋 copy color: '#994692'

red 153 ◦ green 70 ◦ blue 146

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

Shades of Violet Blue #994692

Tints of Violet Blue #994692

RGB

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

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

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

R = 41.46%
G = 18.97%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#994692 (or 0x994692) is known color: Violet Blue. HEX triplet: 99, 46 and 92. RGB value is (153,70,146). Sum of RGB (Red+Green+Blue) = 153+70+146=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #994692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994692 is #66B96D. Grayscale: #676767. Windows color (decimal): -6732142 or 9586329. OLE color: 9586329.

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

Color convert

RGB 153 70 146 -
CMYK 0 0.54 0.05 0.4
HSL 305.06º 0.37% 0.44% -
HSV(B) 305.06º 0.54% 0.6% -
XYZ 20.52 13.23 28.67 -
YUV 103.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 153 70 146 0 0.54 0.05 0.4 305.06 0.37 0.44
Hex 99 46 92 0 36 5 28 131 25 2C
Octal 231 106 222 0 66 5 50 461 45 54
Binary 10011001 1000110 10010010 0 110110 101 101000 100110001 100101 101100

Color Harmonies of #994692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994692

Black with #994692

Text Example


Text Example

White with #994692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994692; }

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

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

background-color css

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

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

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

border-color css

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

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

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