Html Css Color HEX #9C558B Violet Blue

📋 copy color: '#9C558B'

red 156 ◦ green 85 ◦ blue 139

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

Shades of Violet Blue #9C558B

Tints of Violet Blue #9C558B

RGB

 RED value IS 156 (61.33% from 255) = 41.05%

 GREEN value IS 85 (33.59% from 255) = 22.37%

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 41.05%
G = 22.37%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C558B (or 0x9C558B) is known color: Violet Blue. HEX triplet: 9C, 55 and 8B. RGB value is (156,85,139). Sum of RGB (Red+Green+Blue) = 156+85+139=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C558B is #63AA74. Grayscale: #707070. Windows color (decimal): -6531701 or 9131420. OLE color: 9131420.

HSL color Cylindrical-coordinate representation of color #9C558B: hue angle of 314.37º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C558B is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 85 139 -
CMYK 0 0.46 0.11 0.39
HSL 314.37º 0.29% 0.47% -
HSV(B) 314.37º 0.46% 0.61% -
XYZ 21.62 15.43 26.26 -
YUV 112.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 156 85 139 0 0.46 0.11 0.39 314.37 0.29 0.47
Hex 9C 55 8B 0 2E B 27 13A 1D 2F
Octal 234 125 213 0 56 13 47 472 35 57
Binary 10011100 1010101 10001011 0 101110 1011 100111 100111010 11101 101111

Color Harmonies of #9C558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C558B

Black with #9C558B

Text Example


Text Example

White with #9C558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C558B; }

 p { color: rgb(156,85,139); }

 H1.HeaderClassName
 {
   color: #9C558B;
 }
 .AnyTagClassName
 {
   color: #9C558B;
 }
</style>

background-color css

<style>
 a { background-color: #9C558B; }

 a { background-color: rgb(156,85,139); }

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

border-color css

<style>
 span { border-color: #9C558B; }

 span { border-color: rgb(156,85,139); }

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