Html Css Color HEX #9276C1 Lilac Bush

📋 copy color: '#9276C1'

red 146 ◦ green 118 ◦ blue 193

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

Shades of Lilac Bush #9276C1

Tints of Lilac Bush #9276C1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.82%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 31.95%
G = 25.82%
B = 42.23%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9276C1 (or 0x9276C1) is known color: Lilac Bush. HEX triplet: 92, 76 and C1. RGB value is (146,118,193). Sum of RGB (Red+Green+Blue) = 146+118+193=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #9276C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276C1 is #6D893E. Grayscale: #868686. Windows color (decimal): -7178559 or 12678802. OLE color: 12678802.

HSL color Cylindrical-coordinate representation of color #9276C1: hue angle of 262.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9276C1 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 118 193 -
CMYK 0.24 0.39 0 0.24
HSL 262.4º 0.38% 0.61% -
HSV(B) 262.4º 0.39% 0.76% -
XYZ 27.96 22.92 53.4 -
YUV 134.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 146 118 193 0.24 0.39 0 0.24 262.4 0.38 0.61
Hex 92 76 C1 18 27 0 18 106 26 3D
Octal 222 166 301 30 47 0 30 406 46 75
Binary 10010010 1110110 11000001 11000 100111 0 11000 100000110 100110 111101

Color Harmonies of #9276C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276C1

Black with #9276C1

Text Example


Text Example

White with #9276C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276C1; }

 p { color: rgb(146,118,193); }

 H1.HeaderClassName
 {
   color: #9276C1;
 }
 .AnyTagClassName
 {
   color: #9276C1;
 }
</style>

background-color css

<style>
 a { background-color: #9276C1; }

 a { background-color: rgb(146,118,193); }

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

border-color css

<style>
 span { border-color: #9276C1; }

 span { border-color: rgb(146,118,193); }

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