Html Css Color HEX #8A42BE Deep Lilac

📋 copy color: '#8A42BE'

red 138 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #8A42BE

Tints of Deep Lilac #8A42BE

RGB

 RED value IS 138 (54.3% from 255) = 35.03%

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

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

R = 35.03%
G = 16.75%
B = 48.22%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A42BE (or 0x8A42BE) is known color: Deep Lilac. HEX triplet: 8A, 42 and BE. RGB value is (138,66,190). Sum of RGB (Red+Green+Blue) = 138+66+190=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A42BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A42BE is #75BD41. Grayscale: #656565. Windows color (decimal): -7716162 or 12468874. OLE color: 12468874.

HSL color Cylindrical-coordinate representation of color #8A42BE: hue angle of 274.84º 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 #8A42BE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 66 190 -
CMYK 0.27 0.65 0 0.25
HSL 274.84º 0.49% 0.5% -
HSV(B) 274.84º 0.65% 0.75% -
XYZ 21.72 13.02 50.08 -
YUV 101.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 138 66 190 0.27 0.65 0 0.25 274.84 0.49 0.5
Hex 8A 42 BE 1B 41 0 19 113 31 32
Octal 212 102 276 33 101 0 31 423 61 62
Binary 10001010 1000010 10111110 11011 1000001 0 11001 100010011 110001 110010

Color Harmonies of #8A42BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A42BE

Black with #8A42BE

Text Example


Text Example

White with #8A42BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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