Html Css Color HEX #9B558D Violet Blue

📋 copy color: '#9B558D'

red 155 ◦ green 85 ◦ blue 141

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

Shades of Violet Blue #9B558D

Tints of Violet Blue #9B558D

RGB

 RED value IS 155 (60.94% from 255) = 40.68%

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

 BLUE value IS 141 (55.47% from 255) = 37.01%

R = 40.68%
G = 22.31%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B558D (or 0x9B558D) is known color: Violet Blue. HEX triplet: 9B, 55 and 8D. RGB value is (155,85,141). Sum of RGB (Red+Green+Blue) = 155+85+141=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B558D is #64AA72. Grayscale: #707070. Windows color (decimal): -6597235 or 9262491. OLE color: 9262491.

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

Color convert

RGB 155 85 141 -
CMYK 0 0.45 0.09 0.39
HSL 312º 0.29% 0.47% -
HSV(B) 312º 0.45% 0.61% -
XYZ 21.57 15.39 27.03 -
YUV 112.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 155 85 141 0 0.45 0.09 0.39 312 0.29 0.47
Hex 9B 55 8D 0 2D 9 27 138 1D 2F
Octal 233 125 215 0 55 11 47 470 35 57
Binary 10011011 1010101 10001101 0 101101 1001 100111 100111000 11101 101111

Color Harmonies of #9B558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B558D

Black with #9B558D

Text Example


Text Example

White with #9B558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,141); }

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

background-color css

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

 a { background-color: rgb(155,85,141); }

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

border-color css

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

 span { border-color: rgb(155,85,141); }

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