Html Css Color HEX #925BBB Deep Lilac

📋 copy color: '#925BBB'

red 146 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #925BBB

Tints of Deep Lilac #925BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.46%

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 34.43%
G = 21.46%
B = 44.1%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#925BBB (or 0x925BBB) is known color: Deep Lilac. HEX triplet: 92, 5B and BB. RGB value is (146,91,187). Sum of RGB (Red+Green+Blue) = 146+91+187=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #925BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BBB is #6DA444. Grayscale: #767676. Windows color (decimal): -7185477 or 12278674. OLE color: 12278674.

HSL color Cylindrical-coordinate representation of color #925BBB: hue angle of 274.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #925BBB is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 91 187 -
CMYK 0.22 0.51 0 0.27
HSL 274.38º 0.41% 0.55% -
HSV(B) 274.38º 0.51% 0.73% -
XYZ 24.56 17.18 49.04 -
YUV 118.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 146 91 187 0.22 0.51 0 0.27 274.38 0.41 0.55
Hex 92 5B BB 16 33 0 1B 112 29 37
Octal 222 133 273 26 63 0 33 422 51 67
Binary 10010010 1011011 10111011 10110 110011 0 11011 100010010 101001 110111

Color Harmonies of #925BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925BBB

Black with #925BBB

Text Example


Text Example

White with #925BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,91,187); }

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

background-color css

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

 a { background-color: rgb(146,91,187); }

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

border-color css

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

 span { border-color: rgb(146,91,187); }

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