Html Css Color HEX #954994 Violet Blue

📋 copy color: '#954994'

red 149 ◦ green 73 ◦ blue 148

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

Shades of Violet Blue #954994

Tints of Violet Blue #954994

RGB

 RED value IS 149 (58.59% from 255) = 40.27%

 GREEN value IS 73 (28.91% from 255) = 19.73%

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

R = 40.27%
G = 19.73%
B = 40%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#954994 (or 0x954994) is known color: Violet Blue. HEX triplet: 95, 49 and 94. RGB value is (149,73,148). Sum of RGB (Red+Green+Blue) = 149+73+148=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #954994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954994 is #6AB66B. Grayscale: #686868. Windows color (decimal): -6993516 or 9718165. OLE color: 9718165.

HSL color Cylindrical-coordinate representation of color #954994: hue angle of 300.79º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954994 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 148 -
CMYK 0 0.51 0.01 0.42
HSL 300.79º 0.34% 0.44% -
HSV(B) 300.79º 0.51% 0.58% -
XYZ 20.12 13.29 29.52 -
YUV 104.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 149 73 148 0 0.51 0.01 0.42 300.79 0.34 0.44
Hex 95 49 94 0 33 1 2A 12D 22 2C
Octal 225 111 224 0 63 1 52 455 42 54
Binary 10010101 1001001 10010100 0 110011 1 101010 100101101 100010 101100

Color Harmonies of #954994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954994

Black with #954994

Text Example


Text Example

White with #954994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954994; }

 p { color: rgb(149,73,148); }

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

background-color css

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

 a { background-color: rgb(149,73,148); }

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

border-color css

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

 span { border-color: rgb(149,73,148); }

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