Html Css Color HEX #945CBB Deep Lilac

📋 copy color: '#945CBB'

red 148 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #945CBB

Tints of Deep Lilac #945CBB

RGB

 RED value IS 148 (58.2% from 255) = 34.66%

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

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

R = 34.66%
G = 21.55%
B = 43.79%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#945CBB (or 0x945CBB) is known color: Deep Lilac. HEX triplet: 94, 5C and BB. RGB value is (148,92,187). Sum of RGB (Red+Green+Blue) = 148+92+187=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #945CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945CBB is #6BA344. Grayscale: #777777. Windows color (decimal): -7054149 or 12278932. OLE color: 12278932.

HSL color Cylindrical-coordinate representation of color #945CBB: hue angle of 275.37º 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 #945CBB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 92 187 -
CMYK 0.21 0.51 0 0.27
HSL 275.37º 0.41% 0.55% -
HSV(B) 275.37º 0.51% 0.73% -
XYZ 25.01 17.54 49.08 -
YUV 119.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 148 92 187 0.21 0.51 0 0.27 275.37 0.41 0.55
Hex 94 5C BB 15 33 0 1B 113 29 37
Octal 224 134 273 25 63 0 33 423 51 67
Binary 10010100 1011100 10111011 10101 110011 0 11011 100010011 101001 110111

Color Harmonies of #945CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CBB

Black with #945CBB

Text Example


Text Example

White with #945CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945CBB; }

 p { color: rgb(148,92,187); }

 H1.HeaderClassName
 {
   color: #945CBB;
 }
 .AnyTagClassName
 {
   color: #945CBB;
 }
</style>

background-color css

<style>
 a { background-color: #945CBB; }

 a { background-color: rgb(148,92,187); }

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

border-color css

<style>
 span { border-color: #945CBB; }

 span { border-color: rgb(148,92,187); }

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