Html Css Color HEX #9855BC Deep Lilac

📋 copy color: '#9855BC'

red 152 ◦ green 85 ◦ blue 188

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

Shades of Deep Lilac #9855BC

Tints of Deep Lilac #9855BC

RGB

 RED value IS 152 (59.77% from 255) = 35.76%

 GREEN value IS 85 (33.59% from 255) = 20%

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

R = 35.76%
G = 20%
B = 44.24%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9855BC (or 0x9855BC) is known color: Deep Lilac. HEX triplet: 98, 55 and BC. RGB value is (152,85,188). Sum of RGB (Red+Green+Blue) = 152+85+188=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #9855BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855BC is #67AA43. Grayscale: #747474. Windows color (decimal): -6793796 or 12342680. OLE color: 12342680.

HSL color Cylindrical-coordinate representation of color #9855BC: hue angle of 279.03º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9855BC is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 85 188 -
CMYK 0.19 0.55 0 0.26
HSL 279.03º 0.43% 0.54% -
HSV(B) 279.03º 0.55% 0.74% -
XYZ 25.27 16.8 49.49 -
YUV 116.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 152 85 188 0.19 0.55 0 0.26 279.03 0.43 0.54
Hex 98 55 BC 13 37 0 1A 117 2B 36
Octal 230 125 274 23 67 0 32 427 53 66
Binary 10011000 1010101 10111100 10011 110111 0 11010 100010111 101011 110110

Color Harmonies of #9855BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855BC

Black with #9855BC

Text Example


Text Example

White with #9855BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9855BC; }

 p { color: rgb(152,85,188); }

 H1.HeaderClassName
 {
   color: #9855BC;
 }
 .AnyTagClassName
 {
   color: #9855BC;
 }
</style>

background-color css

<style>
 a { background-color: #9855BC; }

 a { background-color: rgb(152,85,188); }

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

border-color css

<style>
 span { border-color: #9855BC; }

 span { border-color: rgb(152,85,188); }

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