Html Css Color HEX #96509D Violet Blue

📋 copy color: '#96509D'

red 150 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #96509D

Tints of Violet Blue #96509D

RGB

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

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

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

R = 38.76%
G = 20.67%
B = 40.57%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96509D (or 0x96509D) is known color: Violet Blue. HEX triplet: 96, 50 and 9D. RGB value is (150,80,157). Sum of RGB (Red+Green+Blue) = 150+80+157=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #96509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509D is #69AF62. Grayscale: #6D6D6D. Windows color (decimal): -6926179 or 10309782. OLE color: 10309782.

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

Color convert

RGB 150 80 157 -
CMYK 0.04 0.49 0 0.38
HSL 294.55º 0.32% 0.46% -
HSV(B) 294.55º 0.49% 0.62% -
XYZ 21.53 14.66 33.59 -
YUV 109.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 150 80 157 0.04 0.49 0 0.38 294.55 0.32 0.46
Hex 96 50 9D 4 31 0 26 127 20 2E
Octal 226 120 235 4 61 0 46 447 40 56
Binary 10010110 1010000 10011101 100 110001 0 100110 100100111 100000 101110

Color Harmonies of #96509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96509D

Black with #96509D

Text Example


Text Example

White with #96509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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