Html Css Color HEX #9B62BA Deep Lilac

📋 copy color: '#9B62BA'

red 155 ◦ green 98 ◦ blue 186

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

Shades of Deep Lilac #9B62BA

Tints of Deep Lilac #9B62BA

RGB

 RED value IS 155 (60.94% from 255) = 35.31%

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 35.31%
G = 22.32%
B = 42.37%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B62BA (or 0x9B62BA) is known color: Deep Lilac. HEX triplet: 9B, 62 and BA. RGB value is (155,98,186). Sum of RGB (Red+Green+Blue) = 155+98+186=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B62BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B62BA is #649D45. Grayscale: #7C7C7C. Windows color (decimal): -6593862 or 12214939. OLE color: 12214939.

HSL color Cylindrical-coordinate representation of color #9B62BA: hue angle of 278.86º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B62BA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 98 186 -
CMYK 0.17 0.47 0 0.27
HSL 278.86º 0.39% 0.56% -
HSV(B) 278.86º 0.47% 0.73% -
XYZ 26.75 19.25 48.76 -
YUV 125.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 155 98 186 0.17 0.47 0 0.27 278.86 0.39 0.56
Hex 9B 62 BA 11 2F 0 1B 117 27 38
Octal 233 142 272 21 57 0 33 427 47 70
Binary 10011011 1100010 10111010 10001 101111 0 11011 100010111 100111 111000

Color Harmonies of #9B62BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B62BA

Black with #9B62BA

Text Example


Text Example

White with #9B62BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,98,186); }

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

background-color css

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

 a { background-color: rgb(155,98,186); }

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

border-color css

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

 span { border-color: rgb(155,98,186); }

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