Html Css Color HEX #9754CB Deep Lilac

📋 copy color: '#9754CB'

red 151 ◦ green 84 ◦ blue 203

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

Shades of Deep Lilac #9754CB

Tints of Deep Lilac #9754CB

RGB

 RED value IS 151 (59.38% from 255) = 34.47%

 GREEN value IS 84 (33.2% from 255) = 19.18%

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 34.47%
G = 19.18%
B = 46.35%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9754CB (or 0x9754CB) is known color: Deep Lilac. HEX triplet: 97, 54 and CB. RGB value is (151,84,203). Sum of RGB (Red+Green+Blue) = 151+84+203=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9754CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9754CB is #68AB34. Grayscale: #757575. Windows color (decimal): -6859573 or 13325463. OLE color: 13325463.

HSL color Cylindrical-coordinate representation of color #9754CB: hue angle of 273.78º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9754CB is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 84 203 -
CMYK 0.26 0.59 0 0.20
HSL 273.78º 0.53% 0.56% -
HSV(B) 273.78º 0.59% 0.8% -
XYZ 26.71 17.23 58.42 -
YUV 117.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 151 84 203 0.26 0.59 0 0.20 273.78 0.53 0.56
Hex 97 54 CB 1A 3B 0 14 112 35 38
Octal 227 124 313 32 73 0 24 422 65 70
Binary 10010111 1010100 11001011 11010 111011 0 10100 100010010 110101 111000

Color Harmonies of #9754CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754CB

Black with #9754CB

Text Example


Text Example

White with #9754CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9754CB; }

 p { color: rgb(151,84,203); }

 H1.HeaderClassName
 {
   color: #9754CB;
 }
 .AnyTagClassName
 {
   color: #9754CB;
 }
</style>

background-color css

<style>
 a { background-color: #9754CB; }

 a { background-color: rgb(151,84,203); }

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

border-color css

<style>
 span { border-color: #9754CB; }

 span { border-color: rgb(151,84,203); }

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