Html Css Color HEX #9B488B Violet Blue

📋 copy color: '#9B488B'

red 155 ◦ green 72 ◦ blue 139

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

Shades of Violet Blue #9B488B

Tints of Violet Blue #9B488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

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

R = 42.35%
G = 19.67%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B488B (or 0x9B488B) is known color: Violet Blue. HEX triplet: 9B, 48 and 8B. RGB value is (155,72,139). Sum of RGB (Red+Green+Blue) = 155+72+139=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B488B is #64B774. Grayscale: #686868. Windows color (decimal): -6600565 or 9128091. OLE color: 9128091.

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

Color convert

RGB 155 72 139 -
CMYK 0 0.54 0.10 0.39
HSL 311.57º 0.37% 0.45% -
HSV(B) 311.57º 0.54% 0.61% -
XYZ 20.5 13.47 25.95 -
YUV 104.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 155 72 139 0 0.54 0.10 0.39 311.57 0.37 0.45
Hex 9B 48 8B 0 36 A 27 138 25 2D
Octal 233 110 213 0 66 12 47 470 45 55
Binary 10011011 1001000 10001011 0 110110 1010 100111 100111000 100101 101101

Color Harmonies of #9B488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B488B

Black with #9B488B

Text Example


Text Example

White with #9B488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,72,139); }

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

background-color css

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

 a { background-color: rgb(155,72,139); }

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

border-color css

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

 span { border-color: rgb(155,72,139); }

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