Html Css Color HEX #9254C9 Deep Lilac

📋 copy color: '#9254C9'

red 146 ◦ green 84 ◦ blue 201

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

Shades of Deep Lilac #9254C9

Tints of Deep Lilac #9254C9

RGB

 RED value IS 146 (57.42% from 255) = 33.87%

 GREEN value IS 84 (33.2% from 255) = 19.49%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 33.87%
G = 19.49%
B = 46.64%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9254C9 (or 0x9254C9) is known color: Deep Lilac. HEX triplet: 92, 54 and C9. RGB value is (146,84,201). Sum of RGB (Red+Green+Blue) = 146+84+201=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #9254C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254C9 is #6DAB36. Grayscale: #737373. Windows color (decimal): -7187255 or 13194386. OLE color: 13194386.

HSL color Cylindrical-coordinate representation of color #9254C9: hue angle of 271.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9254C9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 84 201 -
CMYK 0.27 0.58 0 0.21
HSL 271.79º 0.52% 0.56% -
HSV(B) 271.79º 0.58% 0.79% -
XYZ 25.57 16.67 57.13 -
YUV 115.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 146 84 201 0.27 0.58 0 0.21 271.79 0.52 0.56
Hex 92 54 C9 1B 3A 0 15 110 34 38
Octal 222 124 311 33 72 0 25 420 64 70
Binary 10010010 1010100 11001001 11011 111010 0 10101 100010000 110100 111000

Color Harmonies of #9254C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254C9

Black with #9254C9

Text Example


Text Example

White with #9254C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9254C9; }

 p { color: rgb(146,84,201); }

 H1.HeaderClassName
 {
   color: #9254C9;
 }
 .AnyTagClassName
 {
   color: #9254C9;
 }
</style>

background-color css

<style>
 a { background-color: #9254C9; }

 a { background-color: rgb(146,84,201); }

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

border-color css

<style>
 span { border-color: #9254C9; }

 span { border-color: rgb(146,84,201); }

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