Html Css Color HEX #9250BF Deep Lilac

📋 copy color: '#9250BF'

red 146 ◦ green 80 ◦ blue 191

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

Shades of Deep Lilac #9250BF

Tints of Deep Lilac #9250BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 35.01%
G = 19.18%
B = 45.8%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9250BF (or 0x9250BF) is known color: Deep Lilac. HEX triplet: 92, 50 and BF. RGB value is (146,80,191). Sum of RGB (Red+Green+Blue) = 146+80+191=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #9250BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250BF is #6DAF40. Grayscale: #707070. Windows color (decimal): -7188289 or 12538002. OLE color: 12538002.

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

Color convert

RGB 146 80 191 -
CMYK 0.24 0.58 0 0.25
HSL 275.68º 0.46% 0.53% -
HSV(B) 275.68º 0.58% 0.75% -
XYZ 24.13 15.61 51.03 -
YUV 112.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 146 80 191 0.24 0.58 0 0.25 275.68 0.46 0.53
Hex 92 50 BF 18 3A 0 19 114 2E 35
Octal 222 120 277 30 72 0 31 424 56 65
Binary 10010010 1010000 10111111 11000 111010 0 11001 100010100 101110 110101

Color Harmonies of #9250BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250BF

Black with #9250BF

Text Example


Text Example

White with #9250BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250BF; }

 p { color: rgb(146,80,191); }

 H1.HeaderClassName
 {
   color: #9250BF;
 }
 .AnyTagClassName
 {
   color: #9250BF;
 }
</style>

background-color css

<style>
 a { background-color: #9250BF; }

 a { background-color: rgb(146,80,191); }

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

border-color css

<style>
 span { border-color: #9250BF; }

 span { border-color: rgb(146,80,191); }

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