Html Css Color HEX #9A5D96 Violet Blue

📋 copy color: '#9A5D96'

red 154 ◦ green 93 ◦ blue 150

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

Shades of Violet Blue #9A5D96

Tints of Violet Blue #9A5D96

RGB

 RED value IS 154 (60.55% from 255) = 38.79%

 GREEN value IS 93 (36.72% from 255) = 23.43%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 38.79%
G = 23.43%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#9A5D96 (or 0x9A5D96) is known color: Violet Blue. HEX triplet: 9A, 5D and 96. RGB value is (154,93,150). Sum of RGB (Red+Green+Blue) = 154+93+150=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5D96 is #65A269. Grayscale: #757575. Windows color (decimal): -6660714 or 9854362. OLE color: 9854362.

HSL color Cylindrical-coordinate representation of color #9A5D96: hue angle of 303.93º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A5D96 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 93 150 -
CMYK 0 0.40 0.03 0.40
HSL 303.93º 0.25% 0.48% -
HSV(B) 303.93º 0.4% 0.6% -
XYZ 22.75 16.9 30.92 -
YUV 117.74 146.21 153.87 -
System Red Green Blue C M Y K H S L
Decimal 154 93 150 0 0.40 0.03 0.40 303.93 0.25 0.48
Hex 9A 5D 96 0 28 3 28 130 19 30
Octal 232 135 226 0 50 3 50 460 31 60
Binary 10011010 1011101 10010110 0 101000 11 101000 100110000 11001 110000

Color Harmonies of #9A5D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5D96

Black with #9A5D96

Text Example


Text Example

White with #9A5D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5D96; }

 p { color: rgb(154,93,150); }

 H1.HeaderClassName
 {
   color: #9A5D96;
 }
 .AnyTagClassName
 {
   color: #9A5D96;
 }
</style>

background-color css

<style>
 a { background-color: #9A5D96; }

 a { background-color: rgb(154,93,150); }

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

border-color css

<style>
 span { border-color: #9A5D96; }

 span { border-color: rgb(154,93,150); }

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