Html Css Color HEX #96509F Violet Blue

📋 copy color: '#96509F'

red 150 ◦ green 80 ◦ blue 159

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

Shades of Violet Blue #96509F

Tints of Violet Blue #96509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

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

R = 38.56%
G = 20.57%
B = 40.87%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96509F (or 0x96509F) is known color: Violet Blue. HEX triplet: 96, 50 and 9F. RGB value is (150,80,159). Sum of RGB (Red+Green+Blue) = 150+80+159=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #96509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509F is #69AF60. Grayscale: #6D6D6D. Windows color (decimal): -6926177 or 10440854. OLE color: 10440854.

HSL color Cylindrical-coordinate representation of color #96509F: hue angle of 293.16º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96509F is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 80 159 -
CMYK 0.06 0.50 0 0.38
HSL 293.16º 0.33% 0.47% -
HSV(B) 293.16º 0.5% 0.62% -
XYZ 21.7 14.72 34.5 -
YUV 109.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 150 80 159 0.06 0.50 0 0.38 293.16 0.33 0.47
Hex 96 50 9F 6 32 0 26 125 21 2F
Octal 226 120 237 6 62 0 46 445 41 57
Binary 10010110 1010000 10011111 110 110010 0 100110 100100101 100001 101111

Color Harmonies of #96509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96509F

Black with #96509F

Text Example


Text Example

White with #96509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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