Html Css Color HEX #9A42BE Deep Lilac

📋 copy color: '#9A42BE'

red 154 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #9A42BE

Tints of Deep Lilac #9A42BE

RGB

 RED value IS 154 (60.55% from 255) = 37.56%

 GREEN value IS 66 (26.17% from 255) = 16.1%

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 37.56%
G = 16.1%
B = 46.34%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A42BE (or 0x9A42BE) is known color: Deep Lilac. HEX triplet: 9A, 42 and BE. RGB value is (154,66,190). Sum of RGB (Red+Green+Blue) = 154+66+190=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A42BE is #65BD41. Grayscale: #6A6A6A. Windows color (decimal): -6667586 or 12468890. OLE color: 12468890.

HSL color Cylindrical-coordinate representation of color #9A42BE: hue angle of 282.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A42BE is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 66 190 -
CMYK 0.19 0.65 0 0.25
HSL 282.58º 0.49% 0.5% -
HSV(B) 282.58º 0.65% 0.75% -
XYZ 24.57 14.48 50.22 -
YUV 106.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 154 66 190 0.19 0.65 0 0.25 282.58 0.49 0.5
Hex 9A 42 BE 13 41 0 19 11B 31 32
Octal 232 102 276 23 101 0 31 433 61 62
Binary 10011010 1000010 10111110 10011 1000001 0 11001 100011011 110001 110010

Color Harmonies of #9A42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A42BE

Black with #9A42BE

Text Example


Text Example

White with #9A42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A42BE; }

 p { color: rgb(154,66,190); }

 H1.HeaderClassName
 {
   color: #9A42BE;
 }
 .AnyTagClassName
 {
   color: #9A42BE;
 }
</style>

background-color css

<style>
 a { background-color: #9A42BE; }

 a { background-color: rgb(154,66,190); }

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

border-color css

<style>
 span { border-color: #9A42BE; }

 span { border-color: rgb(154,66,190); }

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