Html Css Color HEX #954F94 Violet Blue

📋 copy color: '#954F94'

red 149 ◦ green 79 ◦ blue 148

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

Shades of Violet Blue #954F94

Tints of Violet Blue #954F94

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

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

R = 39.63%
G = 21.01%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#954F94 (or 0x954F94) is known color: Violet Blue. HEX triplet: 95, 4F and 94. RGB value is (149,79,148). Sum of RGB (Red+Green+Blue) = 149+79+148=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #954F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F94 is #6AB06B. Grayscale: #6B6B6B. Windows color (decimal): -6991980 or 9719701. OLE color: 9719701.

HSL color Cylindrical-coordinate representation of color #954F94: hue angle of 300.86º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F94 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 148 -
CMYK 0 0.47 0.01 0.42
HSL 300.86º 0.31% 0.45% -
HSV(B) 300.86º 0.47% 0.58% -
XYZ 20.54 14.12 29.66 -
YUV 107.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 149 79 148 0 0.47 0.01 0.42 300.86 0.31 0.45
Hex 95 4F 94 0 2F 1 2A 12D 1F 2D
Octal 225 117 224 0 57 1 52 455 37 55
Binary 10010101 1001111 10010100 0 101111 1 101010 100101101 11111 101101

Color Harmonies of #954F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F94

Black with #954F94

Text Example


Text Example

White with #954F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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