Html Css Color HEX #96469B Violet Blue

📋 copy color: '#96469B'

red 150 ◦ green 70 ◦ blue 155

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

Shades of Violet Blue #96469B

Tints of Violet Blue #96469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 40%
G = 18.67%
B = 41.33%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96469B (or 0x96469B) is known color: Violet Blue. HEX triplet: 96, 46 and 9B. RGB value is (150,70,155). Sum of RGB (Red+Green+Blue) = 150+70+155=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #96469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96469B is #69B964. Grayscale: #676767. Windows color (decimal): -6928741 or 10176150. OLE color: 10176150.

HSL color Cylindrical-coordinate representation of color #96469B: hue angle of 296.47º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96469B is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 70 155 -
CMYK 0.03 0.55 0 0.39
HSL 296.47º 0.38% 0.44% -
HSV(B) 296.47º 0.55% 0.61% -
XYZ 20.68 13.23 32.47 -
YUV 103.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 150 70 155 0.03 0.55 0 0.39 296.47 0.38 0.44
Hex 96 46 9B 3 37 0 27 128 26 2C
Octal 226 106 233 3 67 0 47 450 46 54
Binary 10010110 1000110 10011011 11 110111 0 100111 100101000 100110 101100

Color Harmonies of #96469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96469B

Black with #96469B

Text Example


Text Example

White with #96469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96469B; }

 p { color: rgb(150,70,155); }

 H1.HeaderClassName
 {
   color: #96469B;
 }
 .AnyTagClassName
 {
   color: #96469B;
 }
</style>

background-color css

<style>
 a { background-color: #96469B; }

 a { background-color: rgb(150,70,155); }

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

border-color css

<style>
 span { border-color: #96469B; }

 span { border-color: rgb(150,70,155); }

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