Html Css Color HEX #946CCB Lilac Bush

📋 copy color: '#946CCB'

red 148 ◦ green 108 ◦ blue 203

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

Shades of Lilac Bush #946CCB

Tints of Lilac Bush #946CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.53%

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 32.24%
G = 23.53%
B = 44.23%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#946CCB (or 0x946CCB) is known color: Lilac Bush. HEX triplet: 94, 6C and CB. RGB value is (148,108,203). Sum of RGB (Red+Green+Blue) = 148+108+203=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #946CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946CCB is #6B9334. Grayscale: #828282. Windows color (decimal): -7050037 or 13331604. OLE color: 13331604.

HSL color Cylindrical-coordinate representation of color #946CCB: hue angle of 265.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946CCB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 108 203 -
CMYK 0.27 0.47 0 0.20
HSL 265.26º 0.48% 0.61% -
HSV(B) 265.26º 0.47% 0.8% -
XYZ 28.35 21.33 59.12 -
YUV 130.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 148 108 203 0.27 0.47 0 0.20 265.26 0.48 0.61
Hex 94 6C CB 1B 2F 0 14 109 30 3D
Octal 224 154 313 33 57 0 24 411 60 75
Binary 10010100 1101100 11001011 11011 101111 0 10100 100001001 110000 111101

Color Harmonies of #946CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CCB

Black with #946CCB

Text Example


Text Example

White with #946CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946CCB; }

 p { color: rgb(148,108,203); }

 H1.HeaderClassName
 {
   color: #946CCB;
 }
 .AnyTagClassName
 {
   color: #946CCB;
 }
</style>

background-color css

<style>
 a { background-color: #946CCB; }

 a { background-color: rgb(148,108,203); }

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

border-color css

<style>
 span { border-color: #946CCB; }

 span { border-color: rgb(148,108,203); }

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