Html Css Color HEX #9674C4 Lilac Bush

📋 copy color: '#9674C4'

red 150 ◦ green 116 ◦ blue 196

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

Shades of Lilac Bush #9674C4

Tints of Lilac Bush #9674C4

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.11%

 BLUE value IS 196 (76.95% from 255) = 42.42%

R = 32.47%
G = 25.11%
B = 42.42%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9674C4 (or 0x9674C4) is known color: Lilac Bush. HEX triplet: 96, 74 and C4. RGB value is (150,116,196). Sum of RGB (Red+Green+Blue) = 150+116+196=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #9674C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674C4 is #698B3B. Grayscale: #878787. Windows color (decimal): -6916924 or 12874902. OLE color: 12874902.

HSL color Cylindrical-coordinate representation of color #9674C4: hue angle of 265.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9674C4 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 116 196 -
CMYK 0.23 0.41 0 0.23
HSL 265.5º 0.4% 0.61% -
HSV(B) 265.5º 0.41% 0.77% -
XYZ 28.79 22.96 55.14 -
YUV 135.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 150 116 196 0.23 0.41 0 0.23 265.5 0.4 0.61
Hex 96 74 C4 17 29 0 17 10A 28 3D
Octal 226 164 304 27 51 0 27 412 50 75
Binary 10010110 1110100 11000100 10111 101001 0 10111 100001010 101000 111101

Color Harmonies of #9674C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9674C4

Black with #9674C4

Text Example


Text Example

White with #9674C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9674C4; }

 p { color: rgb(150,116,196); }

 H1.HeaderClassName
 {
   color: #9674C4;
 }
 .AnyTagClassName
 {
   color: #9674C4;
 }
</style>

background-color css

<style>
 a { background-color: #9674C4; }

 a { background-color: rgb(150,116,196); }

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

border-color css

<style>
 span { border-color: #9674C4; }

 span { border-color: rgb(150,116,196); }

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