Html Css Color HEX #9A62BE Deep Lilac

📋 copy color: '#9A62BE'

red 154 ◦ green 98 ◦ blue 190

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

Shades of Deep Lilac #9A62BE

Tints of Deep Lilac #9A62BE

RGB

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

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

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

R = 34.84%
G = 22.17%
B = 42.99%

CMYK

 C value IS 0.19

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A62BE (or 0x9A62BE) is known color: Deep Lilac. HEX triplet: 9A, 62 and BE. RGB value is (154,98,190). Sum of RGB (Red+Green+Blue) = 154+98+190=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A62BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62BE is #659D41. Grayscale: #7C7C7C. Windows color (decimal): -6659394 or 12477082. OLE color: 12477082.

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

Color convert

RGB 154 98 190 -
CMYK 0.19 0.48 0 0.25
HSL 276.52º 0.41% 0.56% -
HSV(B) 276.52º 0.48% 0.75% -
XYZ 26.99 19.32 51.02 -
YUV 125.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 154 98 190 0.19 0.48 0 0.25 276.52 0.41 0.56
Hex 9A 62 BE 13 30 0 19 115 29 38
Octal 232 142 276 23 60 0 31 425 51 70
Binary 10011010 1100010 10111110 10011 110000 0 11001 100010101 101001 111000

Color Harmonies of #9A62BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A62BE

Black with #9A62BE

Text Example


Text Example

White with #9A62BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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