Html Css Color HEX #925FBB Deep Lilac

📋 copy color: '#925FBB'

red 146 ◦ green 95 ◦ blue 187

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

Shades of Deep Lilac #925FBB

Tints of Deep Lilac #925FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.2%

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

R = 34.11%
G = 22.2%
B = 43.69%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#925FBB (or 0x925FBB) is known color: Deep Lilac. HEX triplet: 92, 5F and BB. RGB value is (146,95,187). Sum of RGB (Red+Green+Blue) = 146+95+187=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #925FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FBB is #6DA044. Grayscale: #787878. Windows color (decimal): -7184453 or 12279698. OLE color: 12279698.

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

Color convert

RGB 146 95 187 -
CMYK 0.22 0.49 0 0.27
HSL 273.26º 0.4% 0.55% -
HSV(B) 273.26º 0.49% 0.73% -
XYZ 24.92 17.88 49.15 -
YUV 120.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 146 95 187 0.22 0.49 0 0.27 273.26 0.4 0.55
Hex 92 5F BB 16 31 0 1B 111 28 37
Octal 222 137 273 26 61 0 33 421 50 67
Binary 10010010 1011111 10111011 10110 110001 0 11011 100010001 101000 110111

Color Harmonies of #925FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925FBB

Black with #925FBB

Text Example


Text Example

White with #925FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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