Html Css Color HEX #9675BF Lilac Bush

📋 copy color: '#9675BF'

red 150 ◦ green 117 ◦ blue 191

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

Shades of Lilac Bush #9675BF

Tints of Lilac Bush #9675BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.7%

R = 32.75%
G = 25.55%
B = 41.7%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9675BF (or 0x9675BF) is known color: Lilac Bush. HEX triplet: 96, 75 and BF. RGB value is (150,117,191). Sum of RGB (Red+Green+Blue) = 150+117+191=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9675BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675BF is #698A40. Grayscale: #878787. Windows color (decimal): -6916673 or 12547478. OLE color: 12547478.

HSL color Cylindrical-coordinate representation of color #9675BF: hue angle of 266.76º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9675BF is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 117 191 -
CMYK 0.21 0.39 0 0.25
HSL 266.76º 0.37% 0.6% -
HSV(B) 266.76º 0.39% 0.75% -
XYZ 28.34 22.97 52.23 -
YUV 135.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 150 117 191 0.21 0.39 0 0.25 266.76 0.37 0.6
Hex 96 75 BF 15 27 0 19 10B 25 3C
Octal 226 165 277 25 47 0 31 413 45 74
Binary 10010110 1110101 10111111 10101 100111 0 11001 100001011 100101 111100

Color Harmonies of #9675BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675BF

Black with #9675BF

Text Example


Text Example

White with #9675BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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