Html Css Color HEX #954D8F Violet Blue

📋 copy color: '#954D8F'

red 149 ◦ green 77 ◦ blue 143

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

Shades of Violet Blue #954D8F

Tints of Violet Blue #954D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.87%

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 40.38%
G = 20.87%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#954D8F (or 0x954D8F) is known color: Violet Blue. HEX triplet: 95, 4D and 8F. RGB value is (149,77,143). Sum of RGB (Red+Green+Blue) = 149+77+143=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #954D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D8F is #6AB270. Grayscale: #696969. Windows color (decimal): -6992497 or 9391509. OLE color: 9391509.

HSL color Cylindrical-coordinate representation of color #954D8F: hue angle of 305º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954D8F is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 143 -
CMYK 0 0.48 0.04 0.42
HSL 305º 0.32% 0.44% -
HSV(B) 305º 0.48% 0.58% -
XYZ 20.01 13.68 27.57 -
YUV 106.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 149 77 143 0 0.48 0.04 0.42 305 0.32 0.44
Hex 95 4D 8F 0 30 4 2A 131 20 2C
Octal 225 115 217 0 60 4 52 461 40 54
Binary 10010101 1001101 10001111 0 110000 100 101010 100110001 100000 101100

Color Harmonies of #954D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D8F

Black with #954D8F

Text Example


Text Example

White with #954D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,77,143); }

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

background-color css

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

 a { background-color: rgb(149,77,143); }

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

border-color css

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

 span { border-color: rgb(149,77,143); }

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