Html Css Color HEX #9251A4 Deep Lilac

📋 copy color: '#9251A4'

red 146 ◦ green 81 ◦ blue 164

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

Shades of Deep Lilac #9251A4

Tints of Deep Lilac #9251A4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.72%

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 37.34%
G = 20.72%
B = 41.94%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9251A4 (or 0x9251A4) is known color: Deep Lilac. HEX triplet: 92, 51 and A4. RGB value is (146,81,164). Sum of RGB (Red+Green+Blue) = 146+81+164=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #9251A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9251A4 is #6DAE5B. Grayscale: #6D6D6D. Windows color (decimal): -7188060 or 10768786. OLE color: 10768786.

HSL color Cylindrical-coordinate representation of color #9251A4: hue angle of 286.99º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9251A4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 146 81 164 -
CMYK 0.11 0.51 0 0.36
HSL 286.99º 0.34% 0.48% -
HSV(B) 286.99º 0.51% 0.64% -
XYZ 21.5 14.68 36.82 -
YUV 109.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 146 81 164 0.11 0.51 0 0.36 286.99 0.34 0.48
Hex 92 51 A4 B 33 0 24 11F 22 30
Octal 222 121 244 13 63 0 44 437 42 60
Binary 10010010 1010001 10100100 1011 110011 0 100100 100011111 100010 110000

Color Harmonies of #9251A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251A4

Black with #9251A4

Text Example


Text Example

White with #9251A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9251A4; }

 p { color: rgb(146,81,164); }

 H1.HeaderClassName
 {
   color: #9251A4;
 }
 .AnyTagClassName
 {
   color: #9251A4;
 }
</style>

background-color css

<style>
 a { background-color: #9251A4; }

 a { background-color: rgb(146,81,164); }

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

border-color css

<style>
 span { border-color: #9251A4; }

 span { border-color: rgb(146,81,164); }

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