Html Css Color HEX #9A62BF Deep Lilac

📋 copy color: '#9A62BF'

red 154 ◦ green 98 ◦ blue 191

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

Shades of Deep Lilac #9A62BF

Tints of Deep Lilac #9A62BF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.12%

 BLUE value IS 191 (75% from 255) = 43.12%

R = 34.76%
G = 22.12%
B = 43.12%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A62BF (or 0x9A62BF) is known color: Deep Lilac. HEX triplet: 9A, 62 and BF. RGB value is (154,98,191). Sum of RGB (Red+Green+Blue) = 154+98+191=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A62BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62BF is #659D40. Grayscale: #7D7D7D. Windows color (decimal): -6659393 or 12542618. OLE color: 12542618.

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

Color convert

RGB 154 98 191 -
CMYK 0.19 0.49 0 0.25
HSL 276.13º 0.42% 0.57% -
HSV(B) 276.13º 0.49% 0.75% -
XYZ 27.1 19.37 51.6 -
YUV 125.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 154 98 191 0.19 0.49 0 0.25 276.13 0.42 0.57
Hex 9A 62 BF 13 31 0 19 114 2A 39
Octal 232 142 277 23 61 0 31 424 52 71
Binary 10011010 1100010 10111111 10011 110001 0 11001 100010100 101010 111001

Color Harmonies of #9A62BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A62BF

Black with #9A62BF

Text Example


Text Example

White with #9A62BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,98,191); }

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

background-color css

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

 a { background-color: rgb(154,98,191); }

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

border-color css

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

 span { border-color: rgb(154,98,191); }

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