Html Css Color HEX #9675BE Lilac Bush

📋 copy color: '#9675BE'

red 150 ◦ green 117 ◦ blue 190

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

Shades of Lilac Bush #9675BE

Tints of Lilac Bush #9675BE

RGB

 RED value IS 150 (58.98% from 255) = 32.82%

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

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

R = 32.82%
G = 25.6%
B = 41.58%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9675BE (or 0x9675BE) is known color: Lilac Bush. HEX triplet: 96, 75 and BE. RGB value is (150,117,190). Sum of RGB (Red+Green+Blue) = 150+117+190=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9675BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675BE is #698A41. Grayscale: #868686. Windows color (decimal): -6916674 or 12481942. OLE color: 12481942.

HSL color Cylindrical-coordinate representation of color #9675BE: hue angle of 267.12º 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 #9675BE is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 117 190 -
CMYK 0.21 0.38 0 0.25
HSL 267.12º 0.36% 0.6% -
HSV(B) 267.12º 0.38% 0.75% -
XYZ 28.23 22.92 51.65 -
YUV 135.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 150 117 190 0.21 0.38 0 0.25 267.12 0.36 0.6
Hex 96 75 BE 15 26 0 19 10B 24 3C
Octal 226 165 276 25 46 0 31 413 44 74
Binary 10010110 1110101 10111110 10101 100110 0 11001 100001011 100100 111100

Color Harmonies of #9675BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675BE

Black with #9675BE

Text Example


Text Example

White with #9675BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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