Html Css Color HEX #954F8D Violet Blue

📋 copy color: '#954F8D'

red 149 ◦ green 79 ◦ blue 141

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

Shades of Violet Blue #954F8D

Tints of Violet Blue #954F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 40.38%
G = 21.41%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#954F8D (or 0x954F8D) is known color: Violet Blue. HEX triplet: 95, 4F and 8D. RGB value is (149,79,141). Sum of RGB (Red+Green+Blue) = 149+79+141=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8D is #6AB072. Grayscale: #6A6A6A. Windows color (decimal): -6991987 or 9260949. OLE color: 9260949.

HSL color Cylindrical-coordinate representation of color #954F8D: hue angle of 306.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 #954F8D is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 141 -
CMYK 0 0.47 0.05 0.42
HSL 306.86º 0.31% 0.45% -
HSV(B) 306.86º 0.47% 0.58% -
XYZ 20 13.9 26.83 -
YUV 107 147.19 157.96 -
System Red Green Blue C M Y K H S L
Decimal 149 79 141 0 0.47 0.05 0.42 306.86 0.31 0.45
Hex 95 4F 8D 0 2F 5 2A 133 1F 2D
Octal 225 117 215 0 57 5 52 463 37 55
Binary 10010101 1001111 10001101 0 101111 101 101010 100110011 11111 101101

Color Harmonies of #954F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F8D

Black with #954F8D

Text Example


Text Example

White with #954F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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