Html Css Color HEX #96449D Violet Blue

📋 copy color: '#96449D'

red 150 ◦ green 68 ◦ blue 157

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

Shades of Violet Blue #96449D

Tints of Violet Blue #96449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.13%

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

R = 40%
G = 18.13%
B = 41.87%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96449D (or 0x96449D) is known color: Violet Blue. HEX triplet: 96, 44 and 9D. RGB value is (150,68,157). Sum of RGB (Red+Green+Blue) = 150+68+157=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #96449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96449D is #69BB62. Grayscale: #666666. Windows color (decimal): -6929251 or 10306710. OLE color: 10306710.

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

Color convert

RGB 150 68 157 -
CMYK 0.04 0.57 0 0.38
HSL 295.28º 0.4% 0.44% -
HSV(B) 295.28º 0.57% 0.62% -
XYZ 20.73 13.05 33.33 -
YUV 102.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 150 68 157 0.04 0.57 0 0.38 295.28 0.4 0.44
Hex 96 44 9D 4 39 0 26 127 28 2C
Octal 226 104 235 4 71 0 46 447 50 54
Binary 10010110 1000100 10011101 100 111001 0 100110 100100111 101000 101100

Color Harmonies of #96449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96449D

Black with #96449D

Text Example


Text Example

White with #96449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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