Html Css Color HEX #9551A0 Violet Blue

📋 copy color: '#9551A0'

red 149 ◦ green 81 ◦ blue 160

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

Shades of Violet Blue #9551A0

Tints of Violet Blue #9551A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.77%

 BLUE value IS 160 (62.89% from 255) = 41.03%

R = 38.21%
G = 20.77%
B = 41.03%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9551A0 (or 0x9551A0) is known color: Violet Blue. HEX triplet: 95, 51 and A0. RGB value is (149,81,160). Sum of RGB (Red+Green+Blue) = 149+81+160=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #9551A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9551A0 is #6AAE5F. Grayscale: #6E6E6E. Windows color (decimal): -6991456 or 10506645. OLE color: 10506645.

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

Color convert

RGB 149 81 160 -
CMYK 0.07 0.49 0 0.37
HSL 291.65º 0.33% 0.47% -
HSV(B) 291.65º 0.49% 0.63% -
XYZ 21.68 14.81 34.97 -
YUV 110.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 149 81 160 0.07 0.49 0 0.37 291.65 0.33 0.47
Hex 95 51 A0 7 31 0 25 124 21 2F
Octal 225 121 240 7 61 0 45 444 41 57
Binary 10010101 1010001 10100000 111 110001 0 100101 100100100 100001 101111

Color Harmonies of #9551A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9551A0

Black with #9551A0

Text Example


Text Example

White with #9551A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9551A0; }

 p { color: rgb(149,81,160); }

 H1.HeaderClassName
 {
   color: #9551A0;
 }
 .AnyTagClassName
 {
   color: #9551A0;
 }
</style>

background-color css

<style>
 a { background-color: #9551A0; }

 a { background-color: rgb(149,81,160); }

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

border-color css

<style>
 span { border-color: #9551A0; }

 span { border-color: rgb(149,81,160); }

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