Html Css Color HEX #9461B7 Deep Lilac

📋 copy color: '#9461B7'

red 148 ◦ green 97 ◦ blue 183

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

Shades of Deep Lilac #9461B7

Tints of Deep Lilac #9461B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.76%

R = 34.58%
G = 22.66%
B = 42.76%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9461B7 (or 0x9461B7) is known color: Deep Lilac. HEX triplet: 94, 61 and B7. RGB value is (148,97,183). Sum of RGB (Red+Green+Blue) = 148+97+183=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #9461B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9461B7 is #6B9E48. Grayscale: #797979. Windows color (decimal): -7052873 or 12018068. OLE color: 12018068.

HSL color Cylindrical-coordinate representation of color #9461B7: hue angle of 275.58º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9461B7 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 97 183 -
CMYK 0.19 0.47 0 0.28
HSL 275.58º 0.37% 0.55% -
HSV(B) 275.58º 0.47% 0.72% -
XYZ 25.03 18.26 47.01 -
YUV 122.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 148 97 183 0.19 0.47 0 0.28 275.58 0.37 0.55
Hex 94 61 B7 13 2F 0 1C 114 25 37
Octal 224 141 267 23 57 0 34 424 45 67
Binary 10010100 1100001 10110111 10011 101111 0 11100 100010100 100101 110111

Color Harmonies of #9461B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461B7

Black with #9461B7

Text Example


Text Example

White with #9461B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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