Html Css Color HEX #9251C7 Deep Lilac

📋 copy color: '#9251C7'

red 146 ◦ green 81 ◦ blue 199

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

Shades of Deep Lilac #9251C7

Tints of Deep Lilac #9251C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.71%

R = 34.27%
G = 19.01%
B = 46.71%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9251C7 (or 0x9251C7) is known color: Deep Lilac. HEX triplet: 92, 51 and C7. RGB value is (146,81,199). Sum of RGB (Red+Green+Blue) = 146+81+199=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 199 - color contains mainly: blue. Hex color #9251C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251C7 is #6DAE38. Grayscale: #717171. Windows color (decimal): -7188025 or 13062546. OLE color: 13062546.

HSL color Cylindrical-coordinate representation of color #9251C7: hue angle of 273.05º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9251C7 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 81 199 -
CMYK 0.27 0.59 0 0.22
HSL 273.05º 0.51% 0.55% -
HSV(B) 273.05º 0.59% 0.78% -
XYZ 25.11 16.12 55.82 -
YUV 113.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 146 81 199 0.27 0.59 0 0.22 273.05 0.51 0.55
Hex 92 51 C7 1B 3B 0 16 111 33 37
Octal 222 121 307 33 73 0 26 421 63 67
Binary 10010010 1010001 11000111 11011 111011 0 10110 100010001 110011 110111

Color Harmonies of #9251C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251C7

Black with #9251C7

Text Example


Text Example

White with #9251C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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