Html Css Color HEX #9C478B Violet Blue

📋 copy color: '#9C478B'

red 156 ◦ green 71 ◦ blue 139

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

Shades of Violet Blue #9C478B

Tints of Violet Blue #9C478B

RGB

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

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

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

R = 42.62%
G = 19.4%
B = 37.98%

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

#9C478B (or 0x9C478B) is known color: Violet Blue. HEX triplet: 9C, 47 and 8B. RGB value is (156,71,139). Sum of RGB (Red+Green+Blue) = 156+71+139=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C478B is #63B874. Grayscale: #676767. Windows color (decimal): -6535285 or 9127836. OLE color: 9127836.

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

Color convert

RGB 156 71 139 -
CMYK 0 0.54 0.11 0.39
HSL 312º 0.37% 0.45% -
HSV(B) 312º 0.54% 0.61% -
XYZ 20.62 13.44 25.93 -
YUV 104.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 156 71 139 0 0.54 0.11 0.39 312 0.37 0.45
Hex 9C 47 8B 0 36 B 27 138 25 2D
Octal 234 107 213 0 66 13 47 470 45 55
Binary 10011100 1000111 10001011 0 110110 1011 100111 100111000 100101 101101

Color Harmonies of #9C478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C478B

Black with #9C478B

Text Example


Text Example

White with #9C478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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