Html Css Color HEX #954BA1 Violet Blue

📋 copy color: '#954BA1'

red 149 ◦ green 75 ◦ blue 161

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

Shades of Violet Blue #954BA1

Tints of Violet Blue #954BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

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

R = 38.7%
G = 19.48%
B = 41.82%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#954BA1 (or 0x954BA1) is known color: Violet Blue. HEX triplet: 95, 4B and A1. RGB value is (149,75,161). Sum of RGB (Red+Green+Blue) = 149+75+161=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #954BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BA1 is #6AB45E. Grayscale: #6A6A6A. Windows color (decimal): -6992991 or 10570645. OLE color: 10570645.

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

Color convert

RGB 149 75 161 -
CMYK 0.07 0.53 0 0.37
HSL 291.63º 0.36% 0.46% -
HSV(B) 291.63º 0.53% 0.63% -
XYZ 21.34 13.99 35.29 -
YUV 106.93 158.52 158.01 -
System Red Green Blue C M Y K H S L
Decimal 149 75 161 0.07 0.53 0 0.37 291.63 0.36 0.46
Hex 95 4B A1 7 35 0 25 124 24 2E
Octal 225 113 241 7 65 0 45 444 44 56
Binary 10010101 1001011 10100001 111 110101 0 100101 100100100 100100 101110

Color Harmonies of #954BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BA1

Black with #954BA1

Text Example


Text Example

White with #954BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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