Html Css Color HEX #9B558F Violet Blue

📋 copy color: '#9B558F'

red 155 ◦ green 85 ◦ blue 143

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

Shades of Violet Blue #9B558F

Tints of Violet Blue #9B558F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 40.47%
G = 22.19%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B558F (or 0x9B558F) is known color: Violet Blue. HEX triplet: 9B, 55 and 8F. RGB value is (155,85,143). Sum of RGB (Red+Green+Blue) = 155+85+143=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B558F is #64AA70. Grayscale: #707070. Windows color (decimal): -6597233 or 9393563. OLE color: 9393563.

HSL color Cylindrical-coordinate representation of color #9B558F: hue angle of 310.29º 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 #9B558F is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 143 -
CMYK 0 0.45 0.08 0.39
HSL 310.29º 0.29% 0.47% -
HSV(B) 310.29º 0.45% 0.61% -
XYZ 21.72 15.45 27.82 -
YUV 112.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 155 85 143 0 0.45 0.08 0.39 310.29 0.29 0.47
Hex 9B 55 8F 0 2D 8 27 136 1D 2F
Octal 233 125 217 0 55 10 47 466 35 57
Binary 10011011 1010101 10001111 0 101101 1000 100111 100110110 11101 101111

Color Harmonies of #9B558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B558F

Black with #9B558F

Text Example


Text Example

White with #9B558F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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