Html Css Color HEX #9456C8 Deep Lilac

📋 copy color: '#9456C8'

red 148 ◦ green 86 ◦ blue 200

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

Shades of Deep Lilac #9456C8

Tints of Deep Lilac #9456C8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.82%

 BLUE value IS 200 (78.52% from 255) = 46.08%

R = 34.1%
G = 19.82%
B = 46.08%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9456C8 (or 0x9456C8) is known color: Deep Lilac. HEX triplet: 94, 56 and C8. RGB value is (148,86,200). Sum of RGB (Red+Green+Blue) = 148+86+200=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #9456C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456C8 is #6BA937. Grayscale: #757575. Windows color (decimal): -7055672 or 13129364. OLE color: 13129364.

HSL color Cylindrical-coordinate representation of color #9456C8: hue angle of 272.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9456C8 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 86 200 -
CMYK 0.26 0.57 0 0.22
HSL 272.63º 0.51% 0.56% -
HSV(B) 272.63º 0.57% 0.78% -
XYZ 25.97 17.12 56.58 -
YUV 117.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 148 86 200 0.26 0.57 0 0.22 272.63 0.51 0.56
Hex 94 56 C8 1A 39 0 16 111 33 38
Octal 224 126 310 32 71 0 26 421 63 70
Binary 10010100 1010110 11001000 11010 111001 0 10110 100010001 110011 111000

Color Harmonies of #9456C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9456C8

Black with #9456C8

Text Example


Text Example

White with #9456C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9456C8; }

 p { color: rgb(148,86,200); }

 H1.HeaderClassName
 {
   color: #9456C8;
 }
 .AnyTagClassName
 {
   color: #9456C8;
 }
</style>

background-color css

<style>
 a { background-color: #9456C8; }

 a { background-color: rgb(148,86,200); }

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

border-color css

<style>
 span { border-color: #9456C8; }

 span { border-color: rgb(148,86,200); }

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