Html Css Color HEX #9358BC Deep Lilac

📋 copy color: '#9358BC'

red 147 ◦ green 88 ◦ blue 188

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

Shades of Deep Lilac #9358BC

Tints of Deep Lilac #9358BC

RGB

 RED value IS 147 (57.81% from 255) = 34.75%

 GREEN value IS 88 (34.77% from 255) = 20.8%

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

R = 34.75%
G = 20.8%
B = 44.44%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9358BC (or 0x9358BC) is known color: Deep Lilac. HEX triplet: 93, 58 and BC. RGB value is (147,88,188). Sum of RGB (Red+Green+Blue) = 147+88+188=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9358BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358BC is #6CA743. Grayscale: #747474. Windows color (decimal): -7120708 or 12343443. OLE color: 12343443.

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

Color convert

RGB 147 88 188 -
CMYK 0.22 0.53 0 0.26
HSL 275.4º 0.43% 0.54% -
HSV(B) 275.4º 0.53% 0.74% -
XYZ 24.6 16.81 49.53 -
YUV 117.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 147 88 188 0.22 0.53 0 0.26 275.4 0.43 0.54
Hex 93 58 BC 16 35 0 1A 113 2B 36
Octal 223 130 274 26 65 0 32 423 53 66
Binary 10010011 1011000 10111100 10110 110101 0 11010 100010011 101011 110110

Color Harmonies of #9358BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358BC

Black with #9358BC

Text Example


Text Example

White with #9358BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,88,188); }

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

background-color css

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

 a { background-color: rgb(147,88,188); }

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

border-color css

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

 span { border-color: rgb(147,88,188); }

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