Html Css Color HEX #96478D Violet Blue

📋 copy color: '#96478D'

red 150 ◦ green 71 ◦ blue 141

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

Shades of Violet Blue #96478D

Tints of Violet Blue #96478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 41.44%
G = 19.61%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96478D (or 0x96478D) is known color: Violet Blue. HEX triplet: 96, 47 and 8D. RGB value is (150,71,141). Sum of RGB (Red+Green+Blue) = 150+71+141=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96478D is #69B872. Grayscale: #666666. Windows color (decimal): -6928499 or 9258902. OLE color: 9258902.

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

Color convert

RGB 150 71 141 -
CMYK 0 0.53 0.06 0.41
HSL 306.84º 0.36% 0.43% -
HSV(B) 306.84º 0.53% 0.59% -
XYZ 19.64 12.91 26.66 -
YUV 102.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 150 71 141 0 0.53 0.06 0.41 306.84 0.36 0.43
Hex 96 47 8D 0 35 6 29 133 24 2B
Octal 226 107 215 0 65 6 51 463 44 53
Binary 10010110 1000111 10001101 0 110101 110 101001 100110011 100100 101011

Color Harmonies of #96478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96478D

Black with #96478D

Text Example


Text Example

White with #96478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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