Html Css Color HEX #9250BC Deep Lilac

📋 copy color: '#9250BC'

red 146 ◦ green 80 ◦ blue 188

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

Shades of Deep Lilac #9250BC

Tints of Deep Lilac #9250BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 35.27%
G = 19.32%
B = 45.41%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9250BC (or 0x9250BC) is known color: Deep Lilac. HEX triplet: 92, 50 and BC. RGB value is (146,80,188). Sum of RGB (Red+Green+Blue) = 146+80+188=414 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.27% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #9250BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9250BC is #6DAF43. Grayscale: #6F6F6F. Windows color (decimal): -7188292 or 12341394. OLE color: 12341394.

HSL color Cylindrical-coordinate representation of color #9250BC: hue angle of 276.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9250BC is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 80 188 -
CMYK 0.22 0.57 0 0.26
HSL 276.67º 0.45% 0.53% -
HSV(B) 276.67º 0.57% 0.74% -
XYZ 23.8 15.48 49.31 -
YUV 112.05 170.87 152.22 -
System Red Green Blue C M Y K H S L
Decimal 146 80 188 0.22 0.57 0 0.26 276.67 0.45 0.53
Hex 92 50 BC 16 39 0 1A 115 2D 35
Octal 222 120 274 26 71 0 32 425 55 65
Binary 10010010 1010000 10111100 10110 111001 0 11010 100010101 101101 110101

Color Harmonies of #9250BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250BC

Black with #9250BC

Text Example


Text Example

White with #9250BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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