Html Css Color HEX #994398 Violet Blue

📋 copy color: '#994398'

red 153 ◦ green 67 ◦ blue 152

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

Shades of Violet Blue #994398

Tints of Violet Blue #994398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 41.13%
G = 18.01%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#994398 (or 0x994398) is known color: Violet Blue. HEX triplet: 99, 43 and 98. RGB value is (153,67,152). Sum of RGB (Red+Green+Blue) = 153+67+152=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #994398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994398 is #66BC67. Grayscale: #666666. Windows color (decimal): -6732904 or 9978777. OLE color: 9978777.

HSL color Cylindrical-coordinate representation of color #994398: hue angle of 300.7º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994398 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 67 152 -
CMYK 0 0.56 0.01 0.4
HSL 300.7º 0.39% 0.43% -
HSV(B) 300.7º 0.56% 0.6% -
XYZ 20.81 13.05 31.13 -
YUV 102.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 153 67 152 0 0.56 0.01 0.4 300.7 0.39 0.43
Hex 99 43 98 0 38 1 28 12D 27 2B
Octal 231 103 230 0 70 1 50 455 47 53
Binary 10011001 1000011 10011000 0 111000 1 101000 100101101 100111 101011

Color Harmonies of #994398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994398

Black with #994398

Text Example


Text Example

White with #994398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994398; }

 p { color: rgb(153,67,152); }

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

background-color css

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

 a { background-color: rgb(153,67,152); }

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

border-color css

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

 span { border-color: rgb(153,67,152); }

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