Html Css Color HEX #9B51CA Deep Lilac

📋 copy color: '#9B51CA'

red 155 ◦ green 81 ◦ blue 202

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

Shades of Deep Lilac #9B51CA

Tints of Deep Lilac #9B51CA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.49%

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

R = 35.39%
G = 18.49%
B = 46.12%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B51CA (or 0x9B51CA) is known color: Deep Lilac. HEX triplet: 9B, 51 and CA. RGB value is (155,81,202). Sum of RGB (Red+Green+Blue) = 155+81+202=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B51CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B51CA is #64AE35. Grayscale: #747474. Windows color (decimal): -6598198 or 13259163. OLE color: 13259163.

HSL color Cylindrical-coordinate representation of color #9B51CA: hue angle of 276.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B51CA is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 81 202 -
CMYK 0.23 0.60 0 0.21
HSL 276.69º 0.53% 0.55% -
HSV(B) 276.69º 0.6% 0.79% -
XYZ 27.12 17.12 57.75 -
YUV 116.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 155 81 202 0.23 0.60 0 0.21 276.69 0.53 0.55
Hex 9B 51 CA 17 3C 0 15 115 35 37
Octal 233 121 312 27 74 0 25 425 65 67
Binary 10011011 1010001 11001010 10111 111100 0 10101 100010101 110101 110111

Color Harmonies of #9B51CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B51CA

Black with #9B51CA

Text Example


Text Example

White with #9B51CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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