Html Css Color HEX #9358C1 Deep Lilac

📋 copy color: '#9358C1'

red 147 ◦ green 88 ◦ blue 193

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

Shades of Deep Lilac #9358C1

Tints of Deep Lilac #9358C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 34.35%
G = 20.56%
B = 45.09%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9358C1 (or 0x9358C1) is known color: Deep Lilac. HEX triplet: 93, 58 and C1. RGB value is (147,88,193). Sum of RGB (Red+Green+Blue) = 147+88+193=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #9358C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358C1 is #6CA73E. Grayscale: #757575. Windows color (decimal): -7120703 or 12671123. OLE color: 12671123.

HSL color Cylindrical-coordinate representation of color #9358C1: hue angle of 273.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9358C1 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 88 193 -
CMYK 0.24 0.54 0 0.24
HSL 273.71º 0.46% 0.55% -
HSV(B) 273.71º 0.54% 0.76% -
XYZ 25.15 17.03 52.41 -
YUV 117.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 147 88 193 0.24 0.54 0 0.24 273.71 0.46 0.55
Hex 93 58 C1 18 36 0 18 112 2E 37
Octal 223 130 301 30 66 0 30 422 56 67
Binary 10010011 1011000 11000001 11000 110110 0 11000 100010010 101110 110111

Color Harmonies of #9358C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358C1

Black with #9358C1

Text Example


Text Example

White with #9358C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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