Html Css Color HEX #9261BC Deep Lilac

📋 copy color: '#9261BC'

red 146 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #9261BC

Tints of Deep Lilac #9261BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 33.87%
G = 22.51%
B = 43.62%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9261BC (or 0x9261BC) is known color: Deep Lilac. HEX triplet: 92, 61 and BC. RGB value is (146,97,188). Sum of RGB (Red+Green+Blue) = 146+97+188=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #9261BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9261BC is #6D9E43. Grayscale: #797979. Windows color (decimal): -7183940 or 12345746. OLE color: 12345746.

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

Color convert

RGB 146 97 188 -
CMYK 0.22 0.48 0 0.26
HSL 272.31º 0.4% 0.56% -
HSV(B) 272.31º 0.48% 0.74% -
XYZ 25.21 18.29 49.78 -
YUV 122.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 146 97 188 0.22 0.48 0 0.26 272.31 0.4 0.56
Hex 92 61 BC 16 30 0 1A 110 28 38
Octal 222 141 274 26 60 0 32 420 50 70
Binary 10010010 1100001 10111100 10110 110000 0 11010 100010000 101000 111000

Color Harmonies of #9261BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9261BC

Black with #9261BC

Text Example


Text Example

White with #9261BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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