Html Css Color HEX #96488D Violet Blue

📋 copy color: '#96488D'

red 150 ◦ green 72 ◦ blue 141

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

Shades of Violet Blue #96488D

Tints of Violet Blue #96488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 41.32%
G = 19.83%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96488D (or 0x96488D) is known color: Violet Blue. HEX triplet: 96, 48 and 8D. RGB value is (150,72,141). Sum of RGB (Red+Green+Blue) = 150+72+141=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96488D is #69B772. Grayscale: #666666. Windows color (decimal): -6928243 or 9259158. OLE color: 9259158.

HSL color Cylindrical-coordinate representation of color #96488D: hue angle of 306.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96488D is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 72 141 -
CMYK 0 0.52 0.06 0.41
HSL 306.92º 0.35% 0.44% -
HSV(B) 306.92º 0.52% 0.59% -
XYZ 19.7 13.04 26.68 -
YUV 103.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 150 72 141 0 0.52 0.06 0.41 306.92 0.35 0.44
Hex 96 48 8D 0 34 6 29 133 23 2C
Octal 226 110 215 0 64 6 51 463 43 54
Binary 10010110 1001000 10001101 0 110100 110 101001 100110011 100011 101100

Color Harmonies of #96488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96488D

Black with #96488D

Text Example


Text Example

White with #96488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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