Html Css Color HEX #9A3EB6 Deep Lilac

📋 copy color: '#9A3EB6'

red 154 ◦ green 62 ◦ blue 182

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

Shades of Deep Lilac #9A3EB6

Tints of Deep Lilac #9A3EB6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.58%

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

R = 38.69%
G = 15.58%
B = 45.73%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9A3EB6 (or 0x9A3EB6) is known color: Deep Lilac. HEX triplet: 9A, 3E and B6. RGB value is (154,62,182). Sum of RGB (Red+Green+Blue) = 154+62+182=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A3EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3EB6 is #65C149. Grayscale: #666666. Windows color (decimal): -6668618 or 11943578. OLE color: 11943578.

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

Color convert

RGB 154 62 182 -
CMYK 0.15 0.66 0 0.29
HSL 286º 0.49% 0.48% -
HSV(B) 286º 0.66% 0.71% -
XYZ 23.49 13.69 45.66 -
YUV 103.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 154 62 182 0.15 0.66 0 0.29 286 0.49 0.48
Hex 9A 3E B6 F 42 0 1D 11E 31 30
Octal 232 76 266 17 102 0 35 436 61 60
Binary 10011010 111110 10110110 1111 1000010 0 11101 100011110 110001 110000

Color Harmonies of #9A3EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3EB6

Black with #9A3EB6

Text Example


Text Example

White with #9A3EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,62,182); }

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

background-color css

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

 a { background-color: rgb(154,62,182); }

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

border-color css

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

 span { border-color: rgb(154,62,182); }

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