Html Css Color HEX #96478B Violet Blue

📋 copy color: '#96478B'

red 150 ◦ green 71 ◦ blue 139

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

Shades of Violet Blue #96478B

Tints of Violet Blue #96478B

RGB

 RED value IS 150 (58.98% from 255) = 41.67%

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

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

R = 41.67%
G = 19.72%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96478B (or 0x96478B) is known color: Violet Blue. HEX triplet: 96, 47 and 8B. RGB value is (150,71,139). Sum of RGB (Red+Green+Blue) = 150+71+139=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96478B is #69B874. Grayscale: #666666. Windows color (decimal): -6928501 or 9127830. OLE color: 9127830.

HSL color Cylindrical-coordinate representation of color #96478B: hue angle of 308.35º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96478B is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 139 -
CMYK 0 0.53 0.07 0.41
HSL 308.35º 0.36% 0.43% -
HSV(B) 308.35º 0.53% 0.59% -
XYZ 19.49 12.85 25.88 -
YUV 102.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 150 71 139 0 0.53 0.07 0.41 308.35 0.36 0.43
Hex 96 47 8B 0 35 7 29 134 24 2B
Octal 226 107 213 0 65 7 51 464 44 53
Binary 10010110 1000111 10001011 0 110101 111 101001 100110100 100100 101011

Color Harmonies of #96478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96478B

Black with #96478B

Text Example


Text Example

White with #96478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96478B; }

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

 H1.HeaderClassName
 {
   color: #96478B;
 }
 .AnyTagClassName
 {
   color: #96478B;
 }
</style>

background-color css

<style>
 a { background-color: #96478B; }

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

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

border-color css

<style>
 span { border-color: #96478B; }

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

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