Html Css Color HEX #954DA1 Violet Blue

📋 copy color: '#954DA1'

red 149 ◦ green 77 ◦ blue 161

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

Shades of Violet Blue #954DA1

Tints of Violet Blue #954DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 38.5%
G = 19.9%
B = 41.6%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#954DA1 (or 0x954DA1) is known color: Violet Blue. HEX triplet: 95, 4D and A1. RGB value is (149,77,161). Sum of RGB (Red+Green+Blue) = 149+77+161=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #954DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DA1 is #6AB25E. Grayscale: #6B6B6B. Windows color (decimal): -6992479 or 10571157. OLE color: 10571157.

HSL color Cylindrical-coordinate representation of color #954DA1: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954DA1 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 77 161 -
CMYK 0.07 0.52 0 0.37
HSL 291.43º 0.35% 0.47% -
HSV(B) 291.43º 0.52% 0.63% -
XYZ 21.48 14.27 35.34 -
YUV 108.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 149 77 161 0.07 0.52 0 0.37 291.43 0.35 0.47
Hex 95 4D A1 7 34 0 25 123 23 2F
Octal 225 115 241 7 64 0 45 443 43 57
Binary 10010101 1001101 10100001 111 110100 0 100101 100100011 100011 101111

Color Harmonies of #954DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DA1

Black with #954DA1

Text Example


Text Example

White with #954DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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