Html Css Color HEX #9F68B3 Deep Lilac

📋 copy color: '#9F68B3'

red 159 ◦ green 104 ◦ blue 179

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

Shades of Deep Lilac #9F68B3

Tints of Deep Lilac #9F68B3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

 BLUE value IS 179 (70.31% from 255) = 40.5%

R = 35.97%
G = 23.53%
B = 40.5%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9F68B3 (or 0x9F68B3) is known color: Deep Lilac. HEX triplet: 9F, 68 and B3. RGB value is (159,104,179). Sum of RGB (Red+Green+Blue) = 159+104+179=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F68B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68B3 is #60974C. Grayscale: #808080. Windows color (decimal): -6330189 or 11757727. OLE color: 11757727.

HSL color Cylindrical-coordinate representation of color #9F68B3: hue angle of 284º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F68B3 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 104 179 -
CMYK 0.11 0.42 0 0.30
HSL 284º 0.33% 0.55% -
HSV(B) 284º 0.42% 0.7% -
XYZ 27.39 20.53 45.17 -
YUV 129 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 159 104 179 0.11 0.42 0 0.30 284 0.33 0.55
Hex 9F 68 B3 B 2A 0 1E 11C 21 37
Octal 237 150 263 13 52 0 36 434 41 67
Binary 10011111 1101000 10110011 1011 101010 0 11110 100011100 100001 110111

Color Harmonies of #9F68B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F68B3

Black with #9F68B3

Text Example


Text Example

White with #9F68B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,104,179); }

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

background-color css

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

 a { background-color: rgb(159,104,179); }

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

border-color css

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

 span { border-color: rgb(159,104,179); }

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