Html Css Color HEX #925CAB Deep Lilac

📋 copy color: '#925CAB'

red 146 ◦ green 92 ◦ blue 171

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

Shades of Deep Lilac #925CAB

Tints of Deep Lilac #925CAB

RGB

 RED value IS 146 (57.42% from 255) = 35.7%

 GREEN value IS 92 (36.33% from 255) = 22.49%

 BLUE value IS 171 (67.19% from 255) = 41.81%

R = 35.7%
G = 22.49%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#925CAB (or 0x925CAB) is known color: Deep Lilac. HEX triplet: 92, 5C and AB. RGB value is (146,92,171). Sum of RGB (Red+Green+Blue) = 146+92+171=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #925CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925CAB is #6DA354. Grayscale: #747474. Windows color (decimal): -7185237 or 11230354. OLE color: 11230354.

HSL color Cylindrical-coordinate representation of color #925CAB: hue angle of 281.01º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #925CAB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 92 171 -
CMYK 0.15 0.46 0 0.33
HSL 281.01º 0.32% 0.52% -
HSV(B) 281.01º 0.46% 0.67% -
XYZ 23.03 16.71 40.54 -
YUV 117.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 146 92 171 0.15 0.46 0 0.33 281.01 0.32 0.52
Hex 92 5C AB F 2E 0 21 119 20 34
Octal 222 134 253 17 56 0 41 431 40 64
Binary 10010010 1011100 10101011 1111 101110 0 100001 100011001 100000 110100

Color Harmonies of #925CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925CAB

Black with #925CAB

Text Example


Text Example

White with #925CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #925CAB;
 }
 .AnyTagClassName
 {
   color: #925CAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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