Html Css Color HEX #9558A6 Violet Blue

📋 copy color: '#9558A6'

red 149 ◦ green 88 ◦ blue 166

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

Shades of Violet Blue #9558A6

Tints of Violet Blue #9558A6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 36.97%
G = 21.84%
B = 41.19%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9558A6 (or 0x9558A6) is known color: Violet Blue. HEX triplet: 95, 58 and A6. RGB value is (149,88,166). Sum of RGB (Red+Green+Blue) = 149+88+166=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #9558A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9558A6 is #6AA759. Grayscale: #727272. Windows color (decimal): -6989658 or 10901653. OLE color: 10901653.

HSL color Cylindrical-coordinate representation of color #9558A6: hue angle of 286.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9558A6 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 88 166 -
CMYK 0.10 0.47 0 0.35
HSL 286.92º 0.31% 0.5% -
HSV(B) 286.92º 0.47% 0.65% -
XYZ 22.77 16.12 37.99 -
YUV 115.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 149 88 166 0.10 0.47 0 0.35 286.92 0.31 0.5
Hex 95 58 A6 A 2F 0 23 11F 1F 32
Octal 225 130 246 12 57 0 43 437 37 62
Binary 10010101 1011000 10100110 1010 101111 0 100011 100011111 11111 110010

Color Harmonies of #9558A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9558A6

Black with #9558A6

Text Example


Text Example

White with #9558A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9558A6; }

 p { color: rgb(149,88,166); }

 H1.HeaderClassName
 {
   color: #9558A6;
 }
 .AnyTagClassName
 {
   color: #9558A6;
 }
</style>

background-color css

<style>
 a { background-color: #9558A6; }

 a { background-color: rgb(149,88,166); }

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

border-color css

<style>
 span { border-color: #9558A6; }

 span { border-color: rgb(149,88,166); }

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