Html Css Color HEX #925FBA Deep Lilac

📋 copy color: '#925FBA'

red 146 ◦ green 95 ◦ blue 186

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

Shades of Deep Lilac #925FBA

Tints of Deep Lilac #925FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 34.19%
G = 22.25%
B = 43.56%

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

#925FBA (or 0x925FBA) is known color: Deep Lilac. HEX triplet: 92, 5F and BA. RGB value is (146,95,186). Sum of RGB (Red+Green+Blue) = 146+95+186=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #925FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FBA is #6DA045. Grayscale: #787878. Windows color (decimal): -7184454 or 12214162. OLE color: 12214162.

HSL color Cylindrical-coordinate representation of color #925FBA: hue angle of 273.63º 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 #925FBA is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 95 186 -
CMYK 0.22 0.49 0 0.27
HSL 273.63º 0.4% 0.55% -
HSV(B) 273.63º 0.49% 0.73% -
XYZ 24.81 17.84 48.59 -
YUV 120.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 146 95 186 0.22 0.49 0 0.27 273.63 0.4 0.55
Hex 92 5F BA 16 31 0 1B 112 28 37
Octal 222 137 272 26 61 0 33 422 50 67
Binary 10010010 1011111 10111010 10110 110001 0 11011 100010010 101000 110111

Color Harmonies of #925FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925FBA

Black with #925FBA

Text Example


Text Example

White with #925FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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