Html Css Color HEX #9365BE Lilac Bush

📋 copy color: '#9365BE'

red 147 ◦ green 101 ◦ blue 190

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

Shades of Lilac Bush #9365BE

Tints of Lilac Bush #9365BE

RGB

 RED value IS 147 (57.81% from 255) = 33.56%

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 33.56%
G = 23.06%
B = 43.38%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9365BE (or 0x9365BE) is known color: Lilac Bush. HEX triplet: 93, 65 and BE. RGB value is (147,101,190). Sum of RGB (Red+Green+Blue) = 147+101+190=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #9365BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365BE is #6C9A41. Grayscale: #7C7C7C. Windows color (decimal): -7117378 or 12477843. OLE color: 12477843.

HSL color Cylindrical-coordinate representation of color #9365BE: hue angle of 271.01º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9365BE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 101 190 -
CMYK 0.23 0.47 0 0.25
HSL 271.01º 0.41% 0.57% -
HSV(B) 271.01º 0.47% 0.75% -
XYZ 25.98 19.23 51.06 -
YUV 124.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 147 101 190 0.23 0.47 0 0.25 271.01 0.41 0.57
Hex 93 65 BE 17 2F 0 19 10F 29 39
Octal 223 145 276 27 57 0 31 417 51 71
Binary 10010011 1100101 10111110 10111 101111 0 11001 100001111 101001 111001

Color Harmonies of #9365BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9365BE

Black with #9365BE

Text Example


Text Example

White with #9365BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9365BE; }

 p { color: rgb(147,101,190); }

 H1.HeaderClassName
 {
   color: #9365BE;
 }
 .AnyTagClassName
 {
   color: #9365BE;
 }
</style>

background-color css

<style>
 a { background-color: #9365BE; }

 a { background-color: rgb(147,101,190); }

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

border-color css

<style>
 span { border-color: #9365BE; }

 span { border-color: rgb(147,101,190); }

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