Html Css Color HEX #96479D Violet Blue

📋 copy color: '#96479D'

red 150 ◦ green 71 ◦ blue 157

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

Shades of Violet Blue #96479D

Tints of Violet Blue #96479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 39.68%
G = 18.78%
B = 41.53%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96479D (or 0x96479D) is known color: Violet Blue. HEX triplet: 96, 47 and 9D. RGB value is (150,71,157). Sum of RGB (Red+Green+Blue) = 150+71+157=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #96479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96479D is #69B862. Grayscale: #686868. Windows color (decimal): -6928483 or 10307478. OLE color: 10307478.

HSL color Cylindrical-coordinate representation of color #96479D: hue angle of 295.12º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96479D is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 71 157 -
CMYK 0.04 0.55 0 0.38
HSL 295.12º 0.38% 0.45% -
HSV(B) 295.12º 0.55% 0.62% -
XYZ 20.92 13.42 33.39 -
YUV 104.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 150 71 157 0.04 0.55 0 0.38 295.12 0.38 0.45
Hex 96 47 9D 4 37 0 26 127 26 2D
Octal 226 107 235 4 67 0 46 447 46 55
Binary 10010110 1000111 10011101 100 110111 0 100110 100100111 100110 101101

Color Harmonies of #96479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96479D

Black with #96479D

Text Example


Text Example

White with #96479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96479D; }

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

 H1.HeaderClassName
 {
   color: #96479D;
 }
 .AnyTagClassName
 {
   color: #96479D;
 }
</style>

background-color css

<style>
 a { background-color: #96479D; }

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

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

border-color css

<style>
 span { border-color: #96479D; }

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

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