Html Css Color HEX #954BA2 Violet Blue

📋 copy color: '#954BA2'

red 149 ◦ green 75 ◦ blue 162

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

Shades of Violet Blue #954BA2

Tints of Violet Blue #954BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.97%

R = 38.6%
G = 19.43%
B = 41.97%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#954BA2 (or 0x954BA2) is known color: Violet Blue. HEX triplet: 95, 4B and A2. RGB value is (149,75,162). Sum of RGB (Red+Green+Blue) = 149+75+162=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #954BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BA2 is #6AB45D. Grayscale: #6A6A6A. Windows color (decimal): -6992990 or 10636181. OLE color: 10636181.

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

Color convert

RGB 149 75 162 -
CMYK 0.08 0.54 0 0.36
HSL 291.03º 0.37% 0.46% -
HSV(B) 291.03º 0.54% 0.64% -
XYZ 21.43 14.03 35.76 -
YUV 107.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 149 75 162 0.08 0.54 0 0.36 291.03 0.37 0.46
Hex 95 4B A2 8 36 0 24 123 25 2E
Octal 225 113 242 10 66 0 44 443 45 56
Binary 10010101 1001011 10100010 1000 110110 0 100100 100100011 100101 101110

Color Harmonies of #954BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BA2

Black with #954BA2

Text Example


Text Example

White with #954BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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