Html Css Color HEX #9F75C5 Lilac Bush

📋 copy color: '#9F75C5'

red 159 ◦ green 117 ◦ blue 197

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

Shades of Lilac Bush #9F75C5

Tints of Lilac Bush #9F75C5

RGB

 RED value IS 159 (62.5% from 255) = 33.62%

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

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 33.62%
G = 24.74%
B = 41.65%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9F75C5 (or 0x9F75C5) is known color: Lilac Bush. HEX triplet: 9F, 75 and C5. RGB value is (159,117,197). Sum of RGB (Red+Green+Blue) = 159+117+197=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #9F75C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F75C5 is #608A3A. Grayscale: #8A8A8A. Windows color (decimal): -6326843 or 12940703. OLE color: 12940703.

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

Color convert

RGB 159 117 197 -
CMYK 0.19 0.41 0 0.23
HSL 271.5º 0.41% 0.62% -
HSV(B) 271.5º 0.41% 0.77% -
XYZ 30.74 24.12 55.86 -
YUV 138.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 159 117 197 0.19 0.41 0 0.23 271.5 0.41 0.62
Hex 9F 75 C5 13 29 0 17 110 29 3E
Octal 237 165 305 23 51 0 27 420 51 76
Binary 10011111 1110101 11000101 10011 101001 0 10111 100010000 101001 111110

Color Harmonies of #9F75C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F75C5

Black with #9F75C5

Text Example


Text Example

White with #9F75C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F75C5; }

 p { color: rgb(159,117,197); }

 H1.HeaderClassName
 {
   color: #9F75C5;
 }
 .AnyTagClassName
 {
   color: #9F75C5;
 }
</style>

background-color css

<style>
 a { background-color: #9F75C5; }

 a { background-color: rgb(159,117,197); }

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

border-color css

<style>
 span { border-color: #9F75C5; }

 span { border-color: rgb(159,117,197); }

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