Html Css Color HEX #9248BC Deep Lilac

📋 copy color: '#9248BC'

red 146 ◦ green 72 ◦ blue 188

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

Shades of Deep Lilac #9248BC

Tints of Deep Lilac #9248BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

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

R = 35.96%
G = 17.73%
B = 46.31%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9248BC (or 0x9248BC) is known color: Deep Lilac. HEX triplet: 92, 48 and BC. RGB value is (146,72,188). Sum of RGB (Red+Green+Blue) = 146+72+188=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #9248BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9248BC is #6DB743. Grayscale: #6A6A6A. Windows color (decimal): -7190340 or 12339346. OLE color: 12339346.

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

Color convert

RGB 146 72 188 -
CMYK 0.22 0.62 0 0.26
HSL 278.28º 0.46% 0.51% -
HSV(B) 278.28º 0.62% 0.74% -
XYZ 23.25 14.38 49.13 -
YUV 107.35 173.52 155.57 -
System Red Green Blue C M Y K H S L
Decimal 146 72 188 0.22 0.62 0 0.26 278.28 0.46 0.51
Hex 92 48 BC 16 3E 0 1A 116 2E 33
Octal 222 110 274 26 76 0 32 426 56 63
Binary 10010010 1001000 10111100 10110 111110 0 11010 100010110 101110 110011

Color Harmonies of #9248BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9248BC

Black with #9248BC

Text Example


Text Example

White with #9248BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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