Html Css Color HEX #9B62BC Deep Lilac

📋 copy color: '#9B62BC'

red 155 ◦ green 98 ◦ blue 188

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

Shades of Deep Lilac #9B62BC

Tints of Deep Lilac #9B62BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 35.15%
G = 22.22%
B = 42.63%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B62BC (or 0x9B62BC) is known color: Deep Lilac. HEX triplet: 9B, 62 and BC. RGB value is (155,98,188). Sum of RGB (Red+Green+Blue) = 155+98+188=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B62BC is #649D43. Grayscale: #7D7D7D. Windows color (decimal): -6593860 or 12346011. OLE color: 12346011.

HSL color Cylindrical-coordinate representation of color #9B62BC: hue angle of 278º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B62BC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 98 188 -
CMYK 0.18 0.48 0 0.26
HSL 278º 0.4% 0.56% -
HSV(B) 278º 0.48% 0.74% -
XYZ 26.96 19.33 49.89 -
YUV 125.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 155 98 188 0.18 0.48 0 0.26 278 0.4 0.56
Hex 9B 62 BC 12 30 0 1A 116 28 38
Octal 233 142 274 22 60 0 32 426 50 70
Binary 10011011 1100010 10111100 10010 110000 0 11010 100010110 101000 111000

Color Harmonies of #9B62BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B62BC

Black with #9B62BC

Text Example


Text Example

White with #9B62BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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