#925CC1

Color #925CC1 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #925CC1

Tints of Deep Lilac #925CC1

Color information

#925CC1 (or 0x925CC1) is unknown color: approx Deep Lilac. HEX triplet: 92, 5C and C1. RGB value is (146,92,193). Sum of RGB (Red+Green+Blue) = 146+92+193=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #925CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CC1 is #6DA33E. Grayscale: #777777. Windows color (decimal): -7185215 or 12672146. OLE color: 12672146.

HSL color Cylindrical-coordinate representation of color #925CC1: hue angle of 272.08º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #925CC1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14692193-
CMYK0.240.5200.24
HSL272.08º44.89%55.88%-
HSV(B)272.08º52.33%75.69%-
XYZ25.3117.6252.52-
YUV119.66169.39146.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 193 (75.78% from 255) = 44.78%
R=33.87%
G=21.35%
B=44.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146921930.240.5200.24272.0844.8955.88
Hex925CC118340181102d38
Octal22213430130640304205570
Binary1001001010111001100000111000110100011000100010000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925CC1; }

 p { color: rgb(146,92,193); }

 H1.HeaderClassName
 {
   color: #925CC1;
 }
 .AnyTagClassName
 {
   color: #925CC1;
 }
</style>
background-color css

<style>
 a { background-color: #925CC1; }

 a { background-color: rgb(146,92,193); }

 div.DivClassName
 {
   background-color: #925CC1;
 }
 .BgClassName
 {
   background-color: #925CC1;
 }
</style>
border-color css

<style>
 span { border-color: #925CC1; }

 span { border-color: rgb(146,92,193); }

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