Html Css Color HEX #954D8C Violet Blue

📋 copy color: '#954D8C'

red 149 ◦ green 77 ◦ blue 140

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

Shades of Violet Blue #954D8C

Tints of Violet Blue #954D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 40.71%
G = 21.04%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#954D8C (or 0x954D8C) is known color: Violet Blue. HEX triplet: 95, 4D and 8C. RGB value is (149,77,140). Sum of RGB (Red+Green+Blue) = 149+77+140=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D8C is #6AB273. Grayscale: #696969. Windows color (decimal): -6992500 or 9194901. OLE color: 9194901.

HSL color Cylindrical-coordinate representation of color #954D8C: hue angle of 307.5º 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 #954D8C is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 140 -
CMYK 0 0.48 0.06 0.42
HSL 307.5º 0.32% 0.44% -
HSV(B) 307.5º 0.48% 0.58% -
XYZ 19.78 13.59 26.39 -
YUV 105.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 149 77 140 0 0.48 0.06 0.42 307.5 0.32 0.44
Hex 95 4D 8C 0 30 6 2A 134 20 2C
Octal 225 115 214 0 60 6 52 464 40 54
Binary 10010101 1001101 10001100 0 110000 110 101010 100110100 100000 101100

Color Harmonies of #954D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D8C

Black with #954D8C

Text Example


Text Example

White with #954D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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