Html Css Color HEX #96529F Violet Blue

📋 copy color: '#96529F'

red 150 ◦ green 82 ◦ blue 159

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

Shades of Violet Blue #96529F

Tints of Violet Blue #96529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 38.36%
G = 20.97%
B = 40.66%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96529F (or 0x96529F) is known color: Violet Blue. HEX triplet: 96, 52 and 9F. RGB value is (150,82,159). Sum of RGB (Red+Green+Blue) = 150+82+159=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #96529F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96529F is #69AD60. Grayscale: #6E6E6E. Windows color (decimal): -6925665 or 10441366. OLE color: 10441366.

HSL color Cylindrical-coordinate representation of color #96529F: hue angle of 292.99º degrees, saturation: 0.32, 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 #96529F is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 82 159 -
CMYK 0.06 0.48 0 0.38
HSL 292.99º 0.32% 0.47% -
HSV(B) 292.99º 0.48% 0.62% -
XYZ 21.85 15.02 34.55 -
YUV 111.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 150 82 159 0.06 0.48 0 0.38 292.99 0.32 0.47
Hex 96 52 9F 6 30 0 26 125 20 2F
Octal 226 122 237 6 60 0 46 445 40 57
Binary 10010110 1010010 10011111 110 110000 0 100110 100100101 100000 101111

Color Harmonies of #96529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96529F

Black with #96529F

Text Example


Text Example

White with #96529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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