Html Css Color HEX #9075BE Lilac Bush

📋 copy color: '#9075BE'

red 144 ◦ green 117 ◦ blue 190

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

Shades of Lilac Bush #9075BE

Tints of Lilac Bush #9075BE

RGB

 RED value IS 144 (56.64% from 255) = 31.93%

 GREEN value IS 117 (46.09% from 255) = 25.94%

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

R = 31.93%
G = 25.94%
B = 42.13%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9075BE (or 0x9075BE) is known color: Lilac Bush. HEX triplet: 90, 75 and BE. RGB value is (144,117,190). Sum of RGB (Red+Green+Blue) = 144+117+190=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #9075BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075BE is #6F8A41. Grayscale: #858585. Windows color (decimal): -7309890 or 12481936. OLE color: 12481936.

HSL color Cylindrical-coordinate representation of color #9075BE: hue angle of 262.19º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9075BE is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 117 190 -
CMYK 0.24 0.38 0 0.25
HSL 262.19º 0.36% 0.6% -
HSV(B) 262.19º 0.38% 0.75% -
XYZ 27.16 22.37 51.6 -
YUV 133.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 144 117 190 0.24 0.38 0 0.25 262.19 0.36 0.6
Hex 90 75 BE 18 26 0 19 106 24 3C
Octal 220 165 276 30 46 0 31 406 44 74
Binary 10010000 1110101 10111110 11000 100110 0 11001 100000110 100100 111100

Color Harmonies of #9075BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075BE

Black with #9075BE

Text Example


Text Example

White with #9075BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,117,190); }

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

background-color css

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

 a { background-color: rgb(144,117,190); }

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

border-color css

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

 span { border-color: rgb(144,117,190); }

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