Html Css Color HEX #9461BD Deep Lilac

📋 copy color: '#9461BD'

red 148 ◦ green 97 ◦ blue 189

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

Shades of Deep Lilac #9461BD

Tints of Deep Lilac #9461BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 34.1%
G = 22.35%
B = 43.55%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9461BD (or 0x9461BD) is known color: Deep Lilac. HEX triplet: 94, 61 and BD. RGB value is (148,97,189). Sum of RGB (Red+Green+Blue) = 148+97+189=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #9461BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461BD is #6B9E42. Grayscale: #7A7A7A. Windows color (decimal): -7052867 or 12411284. OLE color: 12411284.

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

Color convert

RGB 148 97 189 -
CMYK 0.22 0.49 0 0.26
HSL 273.26º 0.41% 0.56% -
HSV(B) 273.26º 0.49% 0.74% -
XYZ 25.67 18.52 50.37 -
YUV 122.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 148 97 189 0.22 0.49 0 0.26 273.26 0.41 0.56
Hex 94 61 BD 16 31 0 1A 111 29 38
Octal 224 141 275 26 61 0 32 421 51 70
Binary 10010100 1100001 10111101 10110 110001 0 11010 100010001 101001 111000

Color Harmonies of #9461BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461BD

Black with #9461BD

Text Example


Text Example

White with #9461BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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