Html Css Color HEX #9B56CA Deep Lilac

📋 copy color: '#9B56CA'

red 155 ◦ green 86 ◦ blue 202

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

Shades of Deep Lilac #9B56CA

Tints of Deep Lilac #9B56CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.41%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 34.99%
G = 19.41%
B = 45.6%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B56CA (or 0x9B56CA) is known color: Deep Lilac. HEX triplet: 9B, 56 and CA. RGB value is (155,86,202). Sum of RGB (Red+Green+Blue) = 155+86+202=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B56CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56CA is #64A935. Grayscale: #777777. Windows color (decimal): -6596918 or 13260443. OLE color: 13260443.

HSL color Cylindrical-coordinate representation of color #9B56CA: hue angle of 275.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B56CA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 86 202 -
CMYK 0.23 0.57 0 0.21
HSL 275.69º 0.52% 0.56% -
HSV(B) 275.69º 0.57% 0.79% -
XYZ 27.51 17.89 57.88 -
YUV 119.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 155 86 202 0.23 0.57 0 0.21 275.69 0.52 0.56
Hex 9B 56 CA 17 39 0 15 114 34 38
Octal 233 126 312 27 71 0 25 424 64 70
Binary 10011011 1010110 11001010 10111 111001 0 10101 100010100 110100 111000

Color Harmonies of #9B56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B56CA

Black with #9B56CA

Text Example


Text Example

White with #9B56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,202); }

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

background-color css

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

 a { background-color: rgb(155,86,202); }

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

border-color css

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

 span { border-color: rgb(155,86,202); }

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