Html Css Color HEX #994391 Violet Blue

📋 copy color: '#994391'

red 153 ◦ green 67 ◦ blue 145

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

Shades of Violet Blue #994391

Tints of Violet Blue #994391

RGB

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

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

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

R = 41.92%
G = 18.36%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#994391 (or 0x994391) is known color: Violet Blue. HEX triplet: 99, 43 and 91. RGB value is (153,67,145). Sum of RGB (Red+Green+Blue) = 153+67+145=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #994391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #994391 is #66BC6E. Grayscale: #656565. Windows color (decimal): -6732911 or 9520025. OLE color: 9520025.

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

Color convert

RGB 153 67 145 -
CMYK 0 0.56 0.05 0.4
HSL 305.58º 0.39% 0.43% -
HSV(B) 305.58º 0.56% 0.6% -
XYZ 20.25 12.83 28.2 -
YUV 101.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 153 67 145 0 0.56 0.05 0.4 305.58 0.39 0.43
Hex 99 43 91 0 38 5 28 132 27 2B
Octal 231 103 221 0 70 5 50 462 47 53
Binary 10011001 1000011 10010001 0 111000 101 101000 100110010 100111 101011

Color Harmonies of #994391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994391

Black with #994391

Text Example


Text Example

White with #994391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994391; }

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

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

background-color css

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

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

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

border-color css

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

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

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