Html Css Color HEX #9255BC Deep Lilac

📋 copy color: '#9255BC'

red 146 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #9255BC

Tints of Deep Lilac #9255BC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

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

R = 34.84%
G = 20.29%
B = 44.87%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9255BC (or 0x9255BC) is known color: Deep Lilac. HEX triplet: 92, 55 and BC. RGB value is (146,85,188). Sum of RGB (Red+Green+Blue) = 146+85+188=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #9255BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255BC is #6DAA43. Grayscale: #727272. Windows color (decimal): -7187012 or 12342674. OLE color: 12342674.

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

Color convert

RGB 146 85 188 -
CMYK 0.22 0.55 0 0.26
HSL 275.53º 0.43% 0.54% -
HSV(B) 275.53º 0.55% 0.74% -
XYZ 24.18 16.24 49.44 -
YUV 114.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 146 85 188 0.22 0.55 0 0.26 275.53 0.43 0.54
Hex 92 55 BC 16 37 0 1A 114 2B 36
Octal 222 125 274 26 67 0 32 424 53 66
Binary 10010010 1010101 10111100 10110 110111 0 11010 100010100 101011 110110

Color Harmonies of #9255BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9255BC

Black with #9255BC

Text Example


Text Example

White with #9255BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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