Html Css Color HEX #9675C6 Lilac Bush

📋 copy color: '#9675C6'

red 150 ◦ green 117 ◦ blue 198

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

Shades of Lilac Bush #9675C6

Tints of Lilac Bush #9675C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.58%

R = 32.26%
G = 25.16%
B = 42.58%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9675C6 (or 0x9675C6) is known color: Lilac Bush. HEX triplet: 96, 75 and C6. RGB value is (150,117,198). Sum of RGB (Red+Green+Blue) = 150+117+198=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #9675C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675C6 is #698A39. Grayscale: #878787. Windows color (decimal): -6916666 or 13006230. OLE color: 13006230.

HSL color Cylindrical-coordinate representation of color #9675C6: hue angle of 264.44º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9675C6 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 117 198 -
CMYK 0.24 0.41 0 0.22
HSL 264.44º 0.42% 0.62% -
HSV(B) 264.44º 0.41% 0.78% -
XYZ 29.13 23.28 56.38 -
YUV 136.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 150 117 198 0.24 0.41 0 0.22 264.44 0.42 0.62
Hex 96 75 C6 18 29 0 16 108 2A 3E
Octal 226 165 306 30 51 0 26 410 52 76
Binary 10010110 1110101 11000110 11000 101001 0 10110 100001000 101010 111110

Color Harmonies of #9675C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675C6

Black with #9675C6

Text Example


Text Example

White with #9675C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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