Html Css Color HEX #9251BE Deep Lilac

📋 copy color: '#9251BE'

red 146 ◦ green 81 ◦ blue 190

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

Shades of Deep Lilac #9251BE

Tints of Deep Lilac #9251BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 35.01%
G = 19.42%
B = 45.56%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9251BE (or 0x9251BE) is known color: Deep Lilac. HEX triplet: 92, 51 and BE. RGB value is (146,81,190). Sum of RGB (Red+Green+Blue) = 146+81+190=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #9251BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251BE is #6DAE41. Grayscale: #707070. Windows color (decimal): -7188034 or 12472722. OLE color: 12472722.

HSL color Cylindrical-coordinate representation of color #9251BE: hue angle of 275.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9251BE is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 81 190 -
CMYK 0.23 0.57 0 0.25
HSL 275.78º 0.46% 0.53% -
HSV(B) 275.78º 0.57% 0.75% -
XYZ 24.09 15.71 50.48 -
YUV 112.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 146 81 190 0.23 0.57 0 0.25 275.78 0.46 0.53
Hex 92 51 BE 17 39 0 19 114 2E 35
Octal 222 121 276 27 71 0 31 424 56 65
Binary 10010010 1010001 10111110 10111 111001 0 11001 100010100 101110 110101

Color Harmonies of #9251BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9251BE

Black with #9251BE

Text Example


Text Example

White with #9251BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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