Html Css Color HEX #9A5CBB Deep Lilac

📋 copy color: '#9A5CBB'

red 154 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #9A5CBB

Tints of Deep Lilac #9A5CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.25%

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 35.57%
G = 21.25%
B = 43.19%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A5CBB (or 0x9A5CBB) is known color: Deep Lilac. HEX triplet: 9A, 5C and BB. RGB value is (154,92,187). Sum of RGB (Red+Green+Blue) = 154+92+187=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CBB is #65A344. Grayscale: #797979. Windows color (decimal): -6660933 or 12278938. OLE color: 12278938.

HSL color Cylindrical-coordinate representation of color #9A5CBB: hue angle of 279.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A5CBB is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 92 187 -
CMYK 0.18 0.51 0 0.27
HSL 279.16º 0.41% 0.55% -
HSV(B) 279.16º 0.51% 0.73% -
XYZ 26.12 18.11 49.13 -
YUV 121.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 154 92 187 0.18 0.51 0 0.27 279.16 0.41 0.55
Hex 9A 5C BB 12 33 0 1B 117 29 37
Octal 232 134 273 22 63 0 33 427 51 67
Binary 10011010 1011100 10111011 10010 110011 0 11011 100010111 101001 110111

Color Harmonies of #9A5CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5CBB

Black with #9A5CBB

Text Example


Text Example

White with #9A5CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,92,187); }

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

background-color css

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

 a { background-color: rgb(154,92,187); }

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

border-color css

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

 span { border-color: rgb(154,92,187); }

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