Html Css Color HEX #8A3FB6 Deep Lilac

📋 copy color: '#8A3FB6'

red 138 ◦ green 63 ◦ blue 182

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

Shades of Deep Lilac #8A3FB6

Tints of Deep Lilac #8A3FB6

RGB

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

 GREEN value IS 63 (25% from 255) = 16.45%

 BLUE value IS 182 (71.48% from 255) = 47.52%

R = 36.03%
G = 16.45%
B = 47.52%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8A3FB6 (or 0x8A3FB6) is known color: Deep Lilac. HEX triplet: 8A, 3F and B6. RGB value is (138,63,182). Sum of RGB (Red+Green+Blue) = 138+63+182=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #8A3FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3FB6 is #75C049. Grayscale: #626262. Windows color (decimal): -7716938 or 11943818. OLE color: 11943818.

HSL color Cylindrical-coordinate representation of color #8A3FB6: hue angle of 277.82º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3FB6 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 63 182 -
CMYK 0.24 0.65 0 0.29
HSL 277.82º 0.49% 0.48% -
HSV(B) 277.82º 0.65% 0.71% -
XYZ 20.7 12.34 45.55 -
YUV 98.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 138 63 182 0.24 0.65 0 0.29 277.82 0.49 0.48
Hex 8A 3F B6 18 41 0 1D 116 31 30
Octal 212 77 266 30 101 0 35 426 61 60
Binary 10001010 111111 10110110 11000 1000001 0 11101 100010110 110001 110000

Color Harmonies of #8A3FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3FB6

Black with #8A3FB6

Text Example


Text Example

White with #8A3FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,63,182); }

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

background-color css

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

 a { background-color: rgb(138,63,182); }

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

border-color css

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

 span { border-color: rgb(138,63,182); }

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