Html Css Color HEX #9462BB Deep Lilac

📋 copy color: '#9462BB'

red 148 ◦ green 98 ◦ blue 187

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

Shades of Deep Lilac #9462BB

Tints of Deep Lilac #9462BB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 34.18%
G = 22.63%
B = 43.19%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9462BB (or 0x9462BB) is known color: Deep Lilac. HEX triplet: 94, 62 and BB. RGB value is (148,98,187). Sum of RGB (Red+Green+Blue) = 148+98+187=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #9462BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462BB is #6B9D44. Grayscale: #7A7A7A. Windows color (decimal): -7052613 or 12280468. OLE color: 12280468.

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

Color convert

RGB 148 98 187 -
CMYK 0.21 0.48 0 0.27
HSL 273.71º 0.4% 0.56% -
HSV(B) 273.71º 0.48% 0.73% -
XYZ 25.55 18.62 49.26 -
YUV 123.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 148 98 187 0.21 0.48 0 0.27 273.71 0.4 0.56
Hex 94 62 BB 15 30 0 1B 112 28 38
Octal 224 142 273 25 60 0 33 422 50 70
Binary 10010100 1100010 10111011 10101 110000 0 11011 100010010 101000 111000

Color Harmonies of #9462BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9462BB

Black with #9462BB

Text Example


Text Example

White with #9462BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9462BB; }

 p { color: rgb(148,98,187); }

 H1.HeaderClassName
 {
   color: #9462BB;
 }
 .AnyTagClassName
 {
   color: #9462BB;
 }
</style>

background-color css

<style>
 a { background-color: #9462BB; }

 a { background-color: rgb(148,98,187); }

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

border-color css

<style>
 span { border-color: #9462BB; }

 span { border-color: rgb(148,98,187); }

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