Html Css Color HEX #9A5FBE Deep Lilac

📋 copy color: '#9A5FBE'

red 154 ◦ green 95 ◦ blue 190

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

Shades of Deep Lilac #9A5FBE

Tints of Deep Lilac #9A5FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 35.08%
G = 21.64%
B = 43.28%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A5FBE (or 0x9A5FBE) is known color: Deep Lilac. HEX triplet: 9A, 5F and BE. RGB value is (154,95,190). Sum of RGB (Red+Green+Blue) = 154+95+190=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A5FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5FBE is #65A041. Grayscale: #7B7B7B. Windows color (decimal): -6660162 or 12476314. OLE color: 12476314.

HSL color Cylindrical-coordinate representation of color #9A5FBE: hue angle of 277.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A5FBE is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 95 190 -
CMYK 0.19 0.5 0 0.25
HSL 277.26º 0.42% 0.56% -
HSV(B) 277.26º 0.5% 0.75% -
XYZ 26.71 18.77 50.93 -
YUV 123.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 154 95 190 0.19 0.5 0 0.25 277.26 0.42 0.56
Hex 9A 5F BE 13 32 0 19 115 2A 38
Octal 232 137 276 23 62 0 31 425 52 70
Binary 10011010 1011111 10111110 10011 110010 0 11001 100010101 101010 111000

Color Harmonies of #9A5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5FBE

Black with #9A5FBE

Text Example


Text Example

White with #9A5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,95,190); }

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

background-color css

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

 a { background-color: rgb(154,95,190); }

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

border-color css

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

 span { border-color: rgb(154,95,190); }

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