Html Css Color HEX #9B478A Violet Blue

📋 copy color: '#9B478A'

red 155 ◦ green 71 ◦ blue 138

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

Shades of Violet Blue #9B478A

Tints of Violet Blue #9B478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.51%

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 42.58%
G = 19.51%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B478A (or 0x9B478A) is known color: Violet Blue. HEX triplet: 9B, 47 and 8A. RGB value is (155,71,138). Sum of RGB (Red+Green+Blue) = 155+71+138=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B478A is #64B875. Grayscale: #676767. Windows color (decimal): -6600822 or 9062299. OLE color: 9062299.

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

Color convert

RGB 155 71 138 -
CMYK 0 0.54 0.11 0.39
HSL 312.14º 0.37% 0.44% -
HSV(B) 312.14º 0.54% 0.61% -
XYZ 20.36 13.31 25.54 -
YUV 103.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 155 71 138 0 0.54 0.11 0.39 312.14 0.37 0.44
Hex 9B 47 8A 0 36 B 27 138 25 2C
Octal 233 107 212 0 66 13 47 470 45 54
Binary 10011011 1000111 10001010 0 110110 1011 100111 100111000 100101 101100

Color Harmonies of #9B478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B478A

Black with #9B478A

Text Example


Text Example

White with #9B478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,138); }

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

background-color css

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

 a { background-color: rgb(155,71,138); }

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

border-color css

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

 span { border-color: rgb(155,71,138); }

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