Html Css Color HEX #96478F Violet Blue

📋 copy color: '#96478F'

red 150 ◦ green 71 ◦ blue 143

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

Shades of Violet Blue #96478F

Tints of Violet Blue #96478F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.29%

R = 41.21%
G = 19.51%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96478F (or 0x96478F) is known color: Violet Blue. HEX triplet: 96, 47 and 8F. RGB value is (150,71,143). Sum of RGB (Red+Green+Blue) = 150+71+143=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #96478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96478F is #69B870. Grayscale: #666666. Windows color (decimal): -6928497 or 9389974. OLE color: 9389974.

HSL color Cylindrical-coordinate representation of color #96478F: hue angle of 305.32º 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 #96478F is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 71 143 -
CMYK 0 0.53 0.05 0.41
HSL 305.32º 0.36% 0.43% -
HSV(B) 305.32º 0.53% 0.59% -
XYZ 19.79 12.97 27.45 -
YUV 102.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 150 71 143 0 0.53 0.05 0.41 305.32 0.36 0.43
Hex 96 47 8F 0 35 5 29 131 24 2B
Octal 226 107 217 0 65 5 51 461 44 53
Binary 10010110 1000111 10001111 0 110101 101 101001 100110001 100100 101011

Color Harmonies of #96478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96478F

Black with #96478F

Text Example


Text Example

White with #96478F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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