Html Css Color HEX #9461BC Deep Lilac

📋 copy color: '#9461BC'

red 148 ◦ green 97 ◦ blue 188

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

Shades of Deep Lilac #9461BC

Tints of Deep Lilac #9461BC

RGB

 RED value IS 148 (58.2% from 255) = 34.18%

 GREEN value IS 97 (38.28% from 255) = 22.4%

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 34.18%
G = 22.4%
B = 43.42%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9461BC (or 0x9461BC) is known color: Deep Lilac. HEX triplet: 94, 61 and BC. RGB value is (148,97,188). Sum of RGB (Red+Green+Blue) = 148+97+188=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #9461BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BC is #6B9E43. Grayscale: #7A7A7A. Windows color (decimal): -7052868 or 12345748. OLE color: 12345748.

HSL color Cylindrical-coordinate representation of color #9461BC: hue angle of 273.63º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9461BC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 97 188 -
CMYK 0.21 0.48 0 0.26
HSL 273.63º 0.4% 0.56% -
HSV(B) 273.63º 0.48% 0.74% -
XYZ 25.56 18.48 49.8 -
YUV 122.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 148 97 188 0.21 0.48 0 0.26 273.63 0.4 0.56
Hex 94 61 BC 15 30 0 1A 112 28 38
Octal 224 141 274 25 60 0 32 422 50 70
Binary 10010100 1100001 10111100 10101 110000 0 11010 100010010 101000 111000

Color Harmonies of #9461BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461BC

Black with #9461BC

Text Example


Text Example

White with #9461BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9461BC; }

 p { color: rgb(148,97,188); }

 H1.HeaderClassName
 {
   color: #9461BC;
 }
 .AnyTagClassName
 {
   color: #9461BC;
 }
</style>

background-color css

<style>
 a { background-color: #9461BC; }

 a { background-color: rgb(148,97,188); }

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

border-color css

<style>
 span { border-color: #9461BC; }

 span { border-color: rgb(148,97,188); }

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