Html Css Color HEX #9265BC Lilac Bush

📋 copy color: '#9265BC'

red 146 ◦ green 101 ◦ blue 188

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

Shades of Lilac Bush #9265BC

Tints of Lilac Bush #9265BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.22%

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

R = 33.56%
G = 23.22%
B = 43.22%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9265BC (or 0x9265BC) is known color: Lilac Bush. HEX triplet: 92, 65 and BC. RGB value is (146,101,188). Sum of RGB (Red+Green+Blue) = 146+101+188=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #9265BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265BC is #6D9A43. Grayscale: #7C7C7C. Windows color (decimal): -7182916 or 12346770. OLE color: 12346770.

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

Color convert

RGB 146 101 188 -
CMYK 0.22 0.46 0 0.26
HSL 271.03º 0.39% 0.57% -
HSV(B) 271.03º 0.46% 0.74% -
XYZ 25.58 19.05 49.91 -
YUV 124.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 146 101 188 0.22 0.46 0 0.26 271.03 0.39 0.57
Hex 92 65 BC 16 2E 0 1A 10F 27 39
Octal 222 145 274 26 56 0 32 417 47 71
Binary 10010010 1100101 10111100 10110 101110 0 11010 100001111 100111 111001

Color Harmonies of #9265BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9265BC

Black with #9265BC

Text Example


Text Example

White with #9265BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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