Html Css Color HEX #9462BA Deep Lilac

📋 copy color: '#9462BA'

red 148 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #9462BA

Tints of Deep Lilac #9462BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 34.26%
G = 22.69%
B = 43.06%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9462BA (or 0x9462BA) is known color: Deep Lilac. HEX triplet: 94, 62 and BA. RGB value is (148,98,186). Sum of RGB (Red+Green+Blue) = 148+98+186=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #9462BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462BA is #6B9D45. Grayscale: #7A7A7A. Windows color (decimal): -7052614 or 12214932. OLE color: 12214932.

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

Color convert

RGB 148 98 186 -
CMYK 0.20 0.47 0 0.27
HSL 274.09º 0.39% 0.56% -
HSV(B) 274.09º 0.47% 0.73% -
XYZ 25.44 18.58 48.7 -
YUV 122.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 148 98 186 0.20 0.47 0 0.27 274.09 0.39 0.56
Hex 94 62 BA 14 2F 0 1B 112 27 38
Octal 224 142 272 24 57 0 33 422 47 70
Binary 10010100 1100010 10111010 10100 101111 0 11011 100010010 100111 111000

Color Harmonies of #9462BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9462BA

Black with #9462BA

Text Example


Text Example

White with #9462BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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