Html Css Color HEX #96529D Violet Blue

📋 copy color: '#96529D'

red 150 ◦ green 82 ◦ blue 157

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

Shades of Violet Blue #96529D

Tints of Violet Blue #96529D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

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

R = 38.56%
G = 21.08%
B = 40.36%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96529D (or 0x96529D) is known color: Violet Blue. HEX triplet: 96, 52 and 9D. RGB value is (150,82,157). Sum of RGB (Red+Green+Blue) = 150+82+157=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #96529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96529D is #69AD62. Grayscale: #6E6E6E. Windows color (decimal): -6925667 or 10310294. OLE color: 10310294.

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

Color convert

RGB 150 82 157 -
CMYK 0.04 0.48 0 0.38
HSL 294.4º 0.31% 0.47% -
HSV(B) 294.4º 0.48% 0.62% -
XYZ 21.68 14.95 33.64 -
YUV 110.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 150 82 157 0.04 0.48 0 0.38 294.4 0.31 0.47
Hex 96 52 9D 4 30 0 26 126 1F 2F
Octal 226 122 235 4 60 0 46 446 37 57
Binary 10010110 1010010 10011101 100 110000 0 100110 100100110 11111 101111

Color Harmonies of #96529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96529D

Black with #96529D

Text Example


Text Example

White with #96529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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