Html Css Color HEX #9254C6 Deep Lilac

📋 copy color: '#9254C6'

red 146 ◦ green 84 ◦ blue 198

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

Shades of Deep Lilac #9254C6

Tints of Deep Lilac #9254C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.26%

R = 34.11%
G = 19.63%
B = 46.26%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9254C6 (or 0x9254C6) is known color: Deep Lilac. HEX triplet: 92, 54 and C6. RGB value is (146,84,198). Sum of RGB (Red+Green+Blue) = 146+84+198=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #9254C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9254C6 is #6DAB39. Grayscale: #737373. Windows color (decimal): -7187258 or 12997778. OLE color: 12997778.

HSL color Cylindrical-coordinate representation of color #9254C6: hue angle of 272.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9254C6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 84 198 -
CMYK 0.26 0.58 0 0.22
HSL 272.63º 0.5% 0.55% -
HSV(B) 272.63º 0.58% 0.78% -
XYZ 25.22 16.53 55.29 -
YUV 115.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 146 84 198 0.26 0.58 0 0.22 272.63 0.5 0.55
Hex 92 54 C6 1A 3A 0 16 111 32 37
Octal 222 124 306 32 72 0 26 421 62 67
Binary 10010010 1010100 11000110 11010 111010 0 10110 100010001 110010 110111

Color Harmonies of #9254C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9254C6

Black with #9254C6

Text Example


Text Example

White with #9254C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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