Html Css Color HEX #9A62B2 Deep Lilac

📋 copy color: '#9A62B2'

red 154 ◦ green 98 ◦ blue 178

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

Shades of Deep Lilac #9A62B2

Tints of Deep Lilac #9A62B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.4%

R = 35.81%
G = 22.79%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9A62B2 (or 0x9A62B2) is known color: Deep Lilac. HEX triplet: 9A, 62 and B2. RGB value is (154,98,178). Sum of RGB (Red+Green+Blue) = 154+98+178=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 178 - color contains mainly: blue. Hex color #9A62B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A62B2 is #659D4D. Grayscale: #7B7B7B. Windows color (decimal): -6659406 or 11690650. OLE color: 11690650.

HSL color Cylindrical-coordinate representation of color #9A62B2: hue angle of 282º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A62B2 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 98 178 -
CMYK 0.13 0.45 0 0.30
HSL 282º 0.34% 0.54% -
HSV(B) 282º 0.45% 0.7% -
XYZ 25.73 18.82 44.4 -
YUV 123.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 154 98 178 0.13 0.45 0 0.30 282 0.34 0.54
Hex 9A 62 B2 D 2D 0 1E 11A 22 36
Octal 232 142 262 15 55 0 36 432 42 66
Binary 10011010 1100010 10110010 1101 101101 0 11110 100011010 100010 110110

Color Harmonies of #9A62B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A62B2

Black with #9A62B2

Text Example


Text Example

White with #9A62B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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